るりまサーチ

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

別のキーワード

  1. _builtin to_a
  2. matrix to_a
  3. to_a
  4. dbm to_a
  5. argf.class to_a

ライブラリ

クラス

検索結果

File::Stat#sticky? -> bool (30207.0)

stickyビットが立っている時に真を返します。

...stickyビットが立っている時に真を返します。

//emlist[][ruby]{
Dir.glob("/usr/bin/*") {|bd|
begin
i
f File::Stat.new(bd).sticky?
puts bd
end
rescue
end
}
#例
#...
#=> /usr/bin/emacs-21.4
#...
//}...

Pathname#sticky? -> bool (30201.0)

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

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


@see FileTest.#sticky?...

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

FileTest.#sticky? と同じです。

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

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