127件ヒット
[101-127件を表示]
(0.056秒)
別のキーワード
ライブラリ
- fileutils (127)
モジュール
- FileUtils (127)
キーワード
-
cp
_ lr (7) -
cp
_ r (12) -
remove
_ dir (12) -
remove
_ entry (12) -
remove
_ entry _ secure (12) -
remove
_ file (12) - rm (12)
-
rm
_ r (12) -
rm
_ rf (12) - rmtree (12)
検索結果
先頭3件
-
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...