るりまサーチ

最速Rubyリファレンスマニュアル検索!
773件ヒット [701-773件を表示] (0.040秒)
トップページ > クエリ:file[x] > クラス:File[x] > 種類:特異メソッド[x]

別のキーワード

  1. _builtin file?
  2. _builtin file
  3. base file
  4. file size
  5. file open

ライブラリ

キーワード

検索結果

<< < ... 6 7 8 >>

File.size?(path) -> Integer | nil (9002.0)

FileTest.#size? と同じです。

...
File
Test.#size? と同じです。

@param path パスを表す文字列か IO オブジェクトを指定します。...

File.socket?(path) -> bool (9002.0)

FileTest.#socket? と同じです。

...
File
Test.#socket? と同じです。

@param path パスを表す文字列か IO オブジェクトを指定します。...

File.sticky?(path) -> bool (9002.0)

FileTest.#sticky? と同じです。

...
File
Test.#sticky? と同じです。

@param path パスを表す文字列か IO オブジェクトを指定します。...

File.symlink?(path) -> bool (9002.0)

FileTest.#symlink? と同じです。

...
File
Test.#symlink? と同じです。

@param path パスを表す文字列か IO オブジェクトを指定します。...

File.writable?(path) -> bool (9002.0)

FileTest.#writable? と同じです。

...
File
Test.#writable? と同じです。

@param path パスを表す文字列を指定します。...

絞り込み条件を変える

File.writable_real?(path) -> bool (9002.0)

FileTest.#writable_real? と同じです。

...
File
Test.#writable_real? と同じです。

@param path パスを表す文字列を指定します。...

File.zero?(path) -> bool (9002.0)

FileTest.#zero? と同じです。

...
File
Test.#zero? と同じです。

@param path パスを表す文字列か IO オブジェクトを指定します。...
<< < ... 6 7 8 >>