285件ヒット
[1-100件を表示]
(0.026秒)
ライブラリ
- ビルトイン (285)
キーワード
- blockdev? (12)
- chardev? (12)
- directory? (12)
- empty? (9)
- executable? (12)
-
executable
_ real? (12) - exist? (12)
- file? (12)
- grpowned? (12)
- identical? (12)
- owned? (12)
- pipe? (12)
- readable? (12)
-
readable
_ real? (12) - setgid? (12)
- setuid? (12)
- size (12)
- size? (12)
- socket? (12)
- sticky? (12)
- symlink? (12)
- writable? (12)
-
writable
_ real? (12) - zero? (12)
検索結果
先頭5件
-
File
. blockdev?(path) -> bool (23.0) -
FileTest.#blockdev? と同じです。
...
FileTest.#blockdev? と同じです。
@param path パスを表す文字列か IO オブジェクトを指定します。
@see FileTest.#blockdev?... -
File
. chardev?(path) -> bool (17.0) -
FileTest.#chardev? と同じです。
...
FileTest.#chardev? と同じです。
@param path パスを表す文字列か IO オブジェクトを指定します。... -
File
. directory?(path) -> bool (17.0) -
FileTest.#directory? と同じです。
...
FileTest.#directory? と同じです。
@param path パスを表す文字列か IO オブジェクトを指定します。... -
File
. empty?(path) -> bool (17.0) -
FileTest.#zero? と同じです。
...
FileTest.#zero? と同じです。
@param path パスを表す文字列か IO オブジェクトを指定します。... -
File
. executable?(path) -> bool (17.0) -
FileTest.#executable? と同じです。
...
FileTest.#executable? と同じです。
@param path パスを表す文字列を指定します。... -
File
. executable _ real?(path) -> bool (17.0) -
FileTest.#executable_real? と同じです。
...
FileTest.#executable_real? と同じです。
@param path パスを表す文字列を指定します。... -
File
. exist?(path) -> bool (17.0) -
FileTest.#exist? と同じです。
...
FileTest.#exist? と同じです。
@param path パスを表す文字列か IO オブジェクトを指定します。... -
File
. file?(path) -> bool (17.0) -
FileTest.#file? と同じです。
...
FileTest.#file? と同じです。
@param path パスを表す文字列か IO オブジェクトを指定します。... -
File
. grpowned?(path) -> bool (17.0) -
FileTest.#grpowned? と同じです。
...
FileTest.#grpowned? と同じです。
@param path パスを表す文字列か IO オブジェクトを指定します。...