Instance Property
インスタンスプロパティ
fileURL
A boolean value that determines whether the receiver is a file URL.
レシーバがファイルURLかどうかを決定するブール値。
Declaration
宣言
@property(readonly, getter=isFileURL) BOOL fileURL;
Discussion
議論
The property’s value is YES
if the receiver uses the file scheme, NO
otherwise. Both file path and file reference URLs are considered to be file URLs.
ファイルパスとファイル参照URLの両方とも、ファイルURLであるとみなされます。
If this property’s value is YES
, then the receiver’s path
property contains a suitable value for input into NSFileManager
or NSPathUtilities
.
このプロパティ値がYES
ならば、そのときレシーバの持つpath
プロパティはNSFileManager
またはNSPathUtilities
への入力に適した値を含みます。
See Also
参照
Querying an NSURL
NSURLを問い合わせる