るりまサーチ (Ruby 2.4.0)

最速Rubyリファレンスマニュアル検索!
2件ヒット [1-2件を表示] (0.133秒)
トップページ > クエリ:i[x] > クエリ:l[x] > クエリ:ref[x] > クエリ:rm_rf[x] > バージョン:2.4.0[x] > モジュール:FileUtils[x]

別のキーワード

  1. fiddle ref
  2. pointer ref
  3. entity ref
  4. _builtin _id2ref
  5. rexml/document ref

ライブラリ

検索結果

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

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

...FileUtils#options

=== 注意

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

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

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

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

...FileUtils#options

=== 注意

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

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