ElectronWebUtils.getPathForFile method
ElectronWebUtils › getPathForFile
Unofficial
Returns the file system path the given file points to.Signature:
getPathForFile(file: File): stringParameters:
| Parameter | Type | Description |
|---|---|---|
| file | File | The file to resolve. |
Returns: string — The absolute path of the file.