Initializer

init(validatingUTF8:)

Creates a string from a file path, validating its UTF-8 contents. ファイルパスからある文字列を作成します、それのUTF-8内容を検証します。

Declaration 宣言

init?(validatingUTF8 path: FilePath)

Parameters パラメータ

path

The file path be interpreted as UTF-8. このファイルパスはUTF-8として解釈されます。

Discussion 解説

If the contents of the file path isn’t a well-formed UTF-8 string, this initializer returns nil. ファイルパスの内容が整形式UTF-8文字列でないならば、このイニシャライザはnilを返します。

See Also 参照

Working with Paths パスを扱う