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
aandb,a == bimplies thata != bisfalse.Declaration
Swift
public static func ==(lhs: Pathname, rhs: Pathname) -> BoolParameters
lhsA value to compare.
rhsAnother value to compare.
View on GitHub
Pathname Struct Reference