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: boolean — Whether the path has valid formatting.