24件ヒット
[1-24件を表示]
(0.011秒)
ライブラリ
- fileutils (24)
検索結果
-
FileUtils
. # rm _ rf(list , options = {}) -> () (18126.0) -
ファイルまたはディレクトリ list を再帰的に消去します。
...verbose, :secure が指定できます。
c:FileUtils#options
=== 注意
このメソッドにはローカル脆弱性が存在します。
この脆弱性を回避するには :secure オプションを使用してください。
詳しくは FileUtils.#remove_entry_secure の項......を参照してください。
@see FileUtils.#rm, FileUtils.#rm_r, FileUtils.#remove_entry_secure... -
FileUtils
. # rmtree(list , options = {}) -> () (3026.0) -
ファイルまたはディレクトリ list を再帰的に消去します。
...verbose, :secure が指定できます。
c:FileUtils#options
=== 注意
このメソッドにはローカル脆弱性が存在します。
この脆弱性を回避するには :secure オプションを使用してください。
詳しくは FileUtils.#remove_entry_secure の項......を参照してください。
@see FileUtils.#rm, FileUtils.#rm_r, FileUtils.#remove_entry_secure...