るりまサーチ

最速Rubyリファレンスマニュアル検索!
12件ヒット [1-12件を表示] (0.020秒)
トップページ > クエリ:chmod[x] > クエリ:commands[x] > モジュール:FileUtils[x]

別のキーワード

  1. file chmod
  2. pathname chmod
  3. fileutils chmod
  4. fileutils chmod_r
  5. _builtin chmod

ライブラリ

検索結果

FileUtils.commands -> Array (18114.0)

何らかのオプションを持つメソッド名の配列を返します。

...何らかのオプションを持つメソッド名の配列を返します。

//emlist[][ruby]{
require 'fileutils'
FileUtils
.commands # => ["chmod", "cp", "cp_r", "install", ...]
//}...