Skip to content

Vault.resolveFilePath method

Vault › resolveFilePath

Unofficial

Get the file by absolute path.

Signature:

resolveFilePath(path: string): null | TAbstractFile

Parameters:

ParameterTypeDescription
pathstringPath to file.

Returns: null | TAbstractFileThe abstract file, or null if not found.