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