init(root:_:)
Create a file path from a root and a collection of components.
Declaration
init<C>(root: FilePath.Root?, _ components: C) where C : Collection, C.Element == FilePath.ComponentCreate a file path from a root and a collection of components.
init<C>(root: FilePath.Root?, _ components: C) where C : Collection, C.Element == FilePath.Component