312件ヒット
[201-300件を表示]
(0.021秒)
ライブラリ
- ビルトイン (312)
キーワード
-
absolute
_ path? (6) - blockdev? (12)
- chardev? (12)
- directory? (12)
- empty? (9)
- executable? (12)
-
executable
_ real? (12) - exist? (12)
- exists? (9)
- file? (12)
- fnmatch (12)
- fnmatch? (12)
- grpowned? (12)
- identical? (12)
- owned? (12)
- pipe? (12)
- readable? (12)
-
readable
_ real? (12) - setgid? (12)
- setuid? (12)
- socket? (12)
- sticky? (12)
- symlink? (12)
-
world
_ writable? (12) - writable? (12)
-
writable
_ real? (12) - zero? (12)
検索結果
先頭5件
-
File
. readable?(path) -> bool (103.0) -
FileTest.#readable? と同じです。
...
FileTest.#readable? と同じです。
@param path パスを表す文字列か IO オブジェクトを指定します。... -
File
. readable _ real?(path) -> bool (103.0) -
FileTest.#readable_real? と同じです。
...
FileTest.#readable_real? と同じです。
@param path パスを表す文字列か IO オブジェクトを指定します。... -
File
. setgid?(path) -> bool (103.0) -
FileTest.#setgid? と同じです。
...
FileTest.#setgid? と同じです。
@param path パスを表す文字列か IO オブジェクトを指定します。... -
File
. setuid?(path) -> bool (103.0) -
FileTest.#setuid? と同じです。
...
FileTest.#setuid? と同じです。
@param path パスを表す文字列か IO オブジェクトを指定します。... -
File
. socket?(path) -> bool (103.0) -
FileTest.#socket? と同じです。
...
FileTest.#socket? と同じです。
@param path パスを表す文字列か IO オブジェクトを指定します。... -
File
. sticky?(path) -> bool (103.0) -
FileTest.#sticky? と同じです。
...
FileTest.#sticky? と同じです。
@param path パスを表す文字列か IO オブジェクトを指定します。... -
File
. symlink?(path) -> bool (103.0) -
FileTest.#symlink? と同じです。
...
FileTest.#symlink? と同じです。
@param path パスを表す文字列か IO オブジェクトを指定します。... -
File
. world _ writable?(path) -> bool (103.0) -
path が全てのユーザから書き込めるならば、そのファイルのパーミッションを表す 整数を返します。そうでない場合は nil を返します。
...ない場合は nil を返します。
整数の意味はプラットフォームに依存します。
@param path パスを表す文字列か IO オブジェクトを指定します。
//emlist[例][ruby]{
m = File.world_writable?("/tmp")
"%o" % m #=> "777"
//}......でない場合は nil を返します。
整数の意味はプラットフォームに依存します。
@param path パスを表す文字列か IO オブジェクトを指定します。
//emlist[例][ruby]{
m = File.world_writable?("/tmp")
"%o" % m #=> "777"
//}... -
File
. writable?(path) -> bool (103.0) -
FileTest.#writable? と同じです。
...
FileTest.#writable? と同じです。
@param path パスを表す文字列を指定します。... -
File
. writable _ real?(path) -> bool (103.0) -
FileTest.#writable_real? と同じです。
...
FileTest.#writable_real? と同じです。
@param path パスを表す文字列を指定します。...