Skip to content

format

typescript
Path.IsRelative(path)

class: Path

description

Check if the specified path is a relative path.

parameter

param_nametypedescription
pathstringThe specified path.

return

typedescription
booleanWhether it is a relative path.

code example