RootRelativePath
public struct RootRelativePath : Hashable, Sendable
Undocumented
-
Undocumented
Declaration
Swift
public var path: String
-
Undocumented
Declaration
Swift
public init(path: String)
-
Undocumented
Declaration
Swift
public func fileURL(forRoot rootDirURL: URL) throws -> URL
-
Undocumented
Declaration
Swift
public func directoryURL(forRoot rootDirURL: URL) throws -> URL
-
Undocumented
Declaration
Swift
public func appending(_ addition: String) -> RootRelativePath
-
The root of the container
Declaration
Swift
public static let root: `Self`