るりまサーチ (Ruby 2.3.0)

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

別のキーワード

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

ライブラリ

クラス

検索結果

Pathname#owned? -> bool (63304.0)

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

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


@see FileTest.#owned?

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

FileTest.#owned? と同じです。

FileTest.#owned? と同じです。

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

Pathname#grpowned? -> bool (27301.0)

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

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


@see FileTest.#grpowned?

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

FileTest.#grpowned? と同じです。

FileTest.#grpowned? と同じです。

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