るりまサーチ

最速Rubyリファレンスマニュアル検索!
44件ヒット [1-44件を表示] (0.031秒)
トップページ > クエリ:path[x] > クエリ:owned?[x]

別のキーワード

  1. _builtin path
  2. pathname to_path
  3. _builtin absolute_path
  4. _builtin to_path
  5. pstore path

ライブラリ

クラス

検索結果

Pathname#owned? -> bool (21101.0)

FileTest.owned?(self.to_s) と同じです。

...FileTest.owned?(self.to_s) と同じです。


@see FileTest.#owned?...

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

FileTest.#owned? と同じです。

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

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

Pathname#grpowned? -> bool (9100.0)

FileTest.grpowned?(self.to_s) と同じです。

...FileTest.grpowned?(self.to_s) と同じです。


@see FileTest.#grpowned?...

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

FileTest.#grpowned? と同じです。

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

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