るりまサーチ (Ruby 2.4.0)

最速Rubyリファレンスマニュアル検索!
2件ヒット [1-2件を表示] (0.020秒)
トップページ > バージョン:2.4.0[x] > クラス:File[x] > クエリ:filetest[x] > クエリ:owned?[x]

別のキーワード

  1. _builtin filetest
  2. filetest grpowned?
  3. filetest pipe?
  4. filetest socket?

ライブラリ

検索結果

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

FileTest.#owned? と同じです。

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

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

File.grpowned?(path) -> bool (18352.0)

FileTest.#grpowned? と同じです。

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

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