init(FilePath)
Creates a string by interpreting the file path’s content as UTF-8.
ファイルパスのもつ内容をUTF-8として解釈することによってある文字列を作成します。
Availability
Technology
init?(validatingUTF8 path: FilePath
)
path
The file path be interpreted as UTF-8. このファイルパスはUTF-8として解釈されます。
If the contents of the file path isn’t a well-formed UTF-8 string, this initializer returns nil
.
ファイルパスの内容が整形式UTF-8文字列でないならば、このイニシャライザはnil
を返します。
init(FilePath)