init(_:)
Create a file path root from a string.
Declaration
init?(_ string: String)Discussion
Returns nil if string is empty or is not a root.
Create a file path root from a string.
init?(_ string: String)Returns nil if string is empty or is not a root.