isRelative
Returns true if this path is not absolute (see isAbsolute).
Declaration
var isRelative: Bool { get }Discussion
Examples:
Unix:
~/bartmp/foo.txt
Windows:
bar\bazC:Users\\Users
Returns true if this path is not absolute (see isAbsolute).
var isRelative: Bool { get }Examples:
Unix:
~/bar
tmp/foo.txt
Windows:
bar\baz
C:Users\
\Users