るりまサーチ

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

別のキーワード

  1. openssl t61string
  2. asn1 t61string
  3. matrix t
  4. fiddle type_ssize_t
  5. fiddle type_uintptr_t

検索結果

File::Stat#executable_real? -> bool (30307.0)

実ユーザ/グループIDで実行できる時に真を返します。

...実ユーザ/グループIDで実行できる時に真を返します。

//emlist[][ruby]{
p File::Stat.new($0).executable_real?
#例
#=> true
//}...

FileTest.#executable_real?(file) -> bool (27400.0)

ファイルがカレントプロセスの実ユーザか実グループで実行できる時に真を返します。そうでない場合、ファイルが存在しない場合、あるいはシステムコールに失敗した場合などには false を返します。

...します。

@param file ファイル名を表す文字列を指定します。

//emlist[例][ruby]{
I
O.write("empty.txt", "")
File.chmod(0744, "empty.txt")
FileTest.executable_real?("empty.txt") # => true
File.chmod(0644, "empty.txt")
FileTest.executable_real?("empty.txt") # => false
//...

Shell::Filter#executable_real?(file) -> bool (27400.0)

FileTest モジュールにある同名のクラスメソッドと同じです.

...FileTest モジュールにある同名のクラスメソッドと同じです.

@param file ファイル名を表す文字列を指定します。

@see FileTest.#executable_real?...

File.executable_real?(path) -> bool (27300.0)

FileTest.#executable_real? と同じです。

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

@param path パスを表す文字列を指定します。...

Shell#executable_real?(file) -> bool (24400.0)

FileTest モジュールにある同名のクラスメソッドと同じです.

...FileTest モジュールにある同名のクラスメソッドと同じです.

@param file ファイル名を表す文字列を指定します。

@see FileTest.#executable_real?...

絞り込み条件を変える

Shell::CommandProcessor#executable_real?(file) -> bool (24400.0)

FileTest モジュールにある同名のクラスメソッドと同じです.

...FileTest モジュールにある同名のクラスメソッドと同じです.

@param file ファイル名を表す文字列を指定します。

@see FileTest.#executable_real?...