init(stringLiteral:)
Create a file path component from a string literal.
Declaration
init(stringLiteral: String)Discussion
Precondition: stringLiteral is non-empty, is not a root, and has only one component in it.
Create a file path component from a string literal.
init(stringLiteral: String)Precondition: stringLiteral is non-empty, is not a root, and has only one component in it.