Returns a Boolean value that indicates whether the invoking object appears able to write to a specified file.
発動しているオブジェクトが指定されたファイルに書き出す能力を備えるかどうかを指し示すブール値を返します。
true if the current process has write privileges for the file at path; otherwise false if the process does not have write privileges or the existence of the file could not be determined.true、もし現在のプロセスがpathでのファイルに対する書き込み特権を持つならば;そうでなければプロセスが書き込み特権を持たなかったまたはファイルの実在が明らかにできなかったならばfalse。
Discussion
議論
If the file at path is inaccessible to your app, perhaps because it does not have search privileges for one or more parent directories, this method returns false. This method traverses symbolic links in the path. This method also uses the real user ID and group ID, as opposed to the effective user and group IDs, to determine if the file is writable.pathでのファイルがあなたのアプリにアクセスできないならば、おそらくそれがひとつ以上の親ディレクトリに対する検索特権を持たないため、このディレクトリはfalseを返します。このメソッドは、パスでのシンボリックリンクを辿ります。このメソッドはまた、実ユーザIDおよびグループIDを使うことで、実効ユーザおよびグループIDではなく、ファイルが書き込み可能であるかを決定します。
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 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.
発動しているオブジェクトが、指定されたファイルを消去する能力を備えるかどうかを指し示すブール値を返します。