るりまサーチ

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

別のキーワード

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

ライブラリ

検索結果

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

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

...FileUtils#options

=== 注意

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

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

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

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

...FileUtils#options

=== 注意

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

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