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

ParameterTypeDescription
pathstring

Returns:

TFolder | null