Skip to content

Vault.resolveFilePath method

Vault › resolveFilePath

Unofficial

Get the file by absolute path.

Signature:

resolveFilePath(path: string): null | TAbstractFile

Parameters:

Parameter Type Description
path string Path to file.

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