Instance Property インスタンスプロパティ

fileSystemRepresentation

A C string containing the URL’s file system path. (read-only) URLの持つファイルシステムパスを含んでいるC文字列。(読み出しのみ)

Declaration 宣言

var fileSystemRepresentation: UnsafePointer<CChar> { get }

Discussion 議論

This returns a null-terminated C string in file system representation. これは、ヌル終端されたC文字列をファイルシステム表現において返します。

This string is automatically freed in the same way that a returned object would be released. The caller must either copy the string or use getFileSystemRepresentation(_:maxLength:) if it needs to store the representation outside of the autorelease context in which the value was obtained. この文字列は、返されるオブジェクトが解放されるのと同じ方法で自動的に解き放たれます。呼出し側は、文字列をコピーするかまたはgetFileSystemRepresentation(_:maxLength:)を使うかどちらかの必要があります、それがその表現を値が入手されたオートリリース文脈の外側で格納する必要があるならば。

The file system representation format is described in File Encodings and Fonts. ファイルシステム表現形式は、File Encodings and Fontsにおいて記述されます。

See Also 参照

Accessing the Parts of the URL URLの部分それらにアクセスする