The path of the file or directory. If path begins with a tilde (~), it must first be expanded with expandingTildeInPath; otherwise, this method returns false.
ファイルまたはディレクトリのパス。pathがチルダ(~)で始まるならば、それは最初にexpandingTildeInPathで展開されなければなりません;そうでなければ、このメソッドはfalseを返します。
App Sandbox does not restrict which path values may be passed to this parameter.
アプリサンドボックスは、どのパス値がこのパラメータに渡されてよいかを制限しません。
Return Value
戻り値
true if a file at the specified path exists, or false if the file does not exist or its existence could not be determined.
ファイルが指定されたパスで存在するならばtrue、またはファイルが存在しないかそれの実在が明らかにされることができなかったならばfalse。
Discussion
議論
If the file at path is inaccessible to your app, perhaps because one or more parent directories are inaccessible, this method returns false. If the final element in path specifies a symbolic link, this method traverses the link and returns true or false based on the existence of the file at the link destination.pathでのファイルがあなたのアプリにアクセスできないならば、おそらく1つ以上の親ディレクトリがアクセスできないため、このメソッドはfalseを返します。pathでの最後の要素がシンボリックリンクを指定するならば、このメソッドはそのリンクを辿って、リンク目的地でのファイルの実在に基づいてtrueまたはfalseを返します。
Returns a Boolean value that indicates whether the invoking object appears able to read a specified file.
発動しているオブジェクトが指定されたファイルを読み込む能力を備えるかどうかを指し示すブール値を返します。
Returns a Boolean value that indicates whether the invoking object appears able to write to a specified file.
発動しているオブジェクトが指定されたファイルに書き出す能力を備えるかどうかを指し示すブール値を返します。
Returns a Boolean value that indicates whether the operating system appears able to execute a specified file.
オペレーティングシステムが指定されたファイルを実行する能力を備えるかどうかを指し示すブール値を返します。
Returns a Boolean value that indicates whether the invoking object appears able to delete a specified file.
発動しているオブジェクトが、指定されたファイルを消去する能力を備えるかどうかを指し示すブール値を返します。