Vault
โบ getFolderByPath
Vault.getFolderByPath() method
Get a folder inside the vault at the given path. Returns null
if the folder does not exist.
Signature:
getFolderByPath(path: string): TFolder | null;
Parameters
Parameter | Type | Description |
---|---|---|
path | string |
Returns:
TFolder
| null