Skip to content

Vault.getAbstractFileByPathInsensitive method

Vault › getAbstractFileByPathInsensitive

Unofficial

Get an abstract file by path, insensitive to case.

Signature:

getAbstractFileByPathInsensitive(path: string): null | TAbstractFile

Parameters:

Parameter Type Description
path string The path to the file or folder.

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