2件ヒット
[1-2件を表示]
(0.125秒)
検索結果
-
Pathname
# mkpath -> nil (27373.0) -
FileUtils.mkpath(self.to_s) と同じです。
FileUtils.mkpath(self.to_s) と同じです。
@see FileUtils.#mkpath -
Pathname
# rmtree -> nil (18373.0) -
FileUtils.rm_r(self.to_s) と同じです。
FileUtils.rm_r(self.to_s) と同じです。
@see FileUtils.#rm_r