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