るりまサーチ

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

別のキーワード

  1. _builtin filetest
  2. filetest size
  3. filetest pipe?
  4. filetest file?
  5. filetest size?

ライブラリ

クラス

キーワード

検索結果

<< < 1 2 3 4 > >>

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 オブジェクトを指定します。...

File.identical?(filename1, filename2) -> bool (17.0)

FileTest.#identical? と同じです。

...
FileTest
.#identical? と同じです。

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

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

File.owned?(path) -> bool (17.0)

FileTest.#owned? と同じです。

...
FileTest
.#owned? と同じです。

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

絞り込み条件を変える

File.pipe?(path) -> bool (17.0)

FileTest.#pipe? と同じです。

...
FileTest
.#pipe? と同じです。

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

File.readable?(path) -> bool (17.0)

FileTest.#readable? と同じです。

...
FileTest
.#readable? と同じです。

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

File.readable_real?(path) -> bool (17.0)

FileTest.#readable_real? と同じです。

...
FileTest
.#readable_real? と同じです。

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

File.setgid?(path) -> bool (17.0)

FileTest.#setgid? と同じです。

...
FileTest
.#setgid? と同じです。

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