Pathname
Undocumented
-
Undocumented
-
Undocumented
-
Returns the current working directory as a Pathname.
Declaration
Swift
public static var getwd: Pathname
-
Predicate method for testing whether a path is absolute.
Declaration
Swift
public var isAbsolute: Bool
-
Returns a Boolean value indicating whether two values are equal.
Equality is the inverse of inequality. For any values
a
andb
,a == b
implies thata != b
isfalse
.Declaration
Swift
public static func ==(lhs: Pathname, rhs: Pathname) -> Bool
Parameters
lhs
A value to compare.
rhs
Another value to compare.