るりまサーチ

最速Rubyリファレンスマニュアル検索!
127件ヒット [101-127件を表示] (0.056秒)

別のキーワード

  1. fileutils remove
  2. fileutils remove_dir
  3. fileutils remove_file
  4. rexml/document remove
  5. fileutils remove_entry

ライブラリ

モジュール

キーワード

検索結果

<< < 1 2 >>

FileUtils.#rm_rf(list, options = {}) -> () (13.0)

ファイルまたはディレクトリ list を再帰的に消去します。

...ソッドにはローカル脆弱性が存在します。
この脆弱性を回避するには :secure オプションを使用してください。
詳しくは FileUtils.#remove_entry_secure の項を参照してください。

@see FileUtils.#rm, FileUtils.#rm_r, FileUtils.#remove_entry_secure...

FileUtils.#rmtree(list, options = {}) -> () (13.0)

ファイルまたはディレクトリ list を再帰的に消去します。

...ソッドにはローカル脆弱性が存在します。
この脆弱性を回避するには :secure オプションを使用してください。
詳しくは FileUtils.#remove_entry_secure の項を参照してください。

@see FileUtils.#rm, FileUtils.#rm_r, FileUtils.#remove_entry_secure...

FileUtils.#cp_r(src, dest, options = {}) -> () (7.0)

src を dest にコピーします。src がディレクトリであったら再帰的に コピーします。その際 dest がディレクトリなら dest/src にコピーします。

...ます。

@param dest コピー先のファイルかディレクトリです。

@param options :preserve, :noop, :verbose, :dereference_root, :remove_destination が指定できます。
c:FileUtils#options

//emlist[][ruby]{
# installing ruby library "mylib" under the site_ruby
req...
<< < 1 2 >>