Kaba function Path.is_relative ed
Check if a path is relative, i.e. does not start with '/...' or 'X:\...'.
Syntax ed
func pure Path.is_relative() -> bool
Return ed
true if relative.
Check if a path is relative, i.e. does not start with '/...' or 'X:\...'.
func pure Path.is_relative() -> bool
true if relative.