Vault.resolveFilePath method
Vault › resolveFilePath
Unofficial
Get the file by absolute path.Signature:
resolveFilePath(path: string): null | TAbstractFileParameters:
| Parameter | Type | Description |
|---|---|---|
| path | string | Path to file. |
Returns: null | TAbstractFile — The abstract file, or null if not found.