最速Rubyリファレンスマニュアル検索!
すべて(6)
2.1.0(1)
2.2.0(1)
2.3.0(1)
2.4.0(1)
2.5.0(1)
2.6.0(1)
6件ヒット
[1-6件を表示]
(0.108秒)
トップページ
>
:
インスタンスメソッド
>
クラス:
Shell::CommandProcessor
>
:
dir
>
:unlink
別のキーワード
dir chdir
dir open
dir foreach
dir each_child
rake original_dir
ライブラリ
shell
/
command-processor
(6)
検索結果
先頭1件
Shell
::
CommandProcessor
#
unlink(path) -> self
Shell
::
CommandProcessor
#
unlink(path) -> self
(18169.0)
2.1.0
2.2.0
2.3.0
2.4.0
2.5.0
2.6.0
インスタンスメソッド
path がファイルなら File.unlink、path がディレクトリなら Dir.unlink の動作をします。
...
path がファイルなら File.
unlink
、path がディレクトリなら
Dir
.
unlink
の動作をします。
@param path 削除したいパスを指定します。
@see File.
unlink
,
Dir
.
unlink
...