Skip to content

Vault.checkPath method

Vault › checkPath

Unofficial

Check whether path has valid formatting (no dots/spaces at end, ...)

Signature:

checkPath(path: string): boolean

Parameters:

Parameter Type Description
path string The path to check.

Returns: booleanWhether the path has valid formatting.