るりまサーチ

最速Rubyリファレンスマニュアル検索!
402件ヒット [401-402件を表示] (0.142秒)

別のキーワード

  1. openssl p
  2. openssl p=
  3. fileutils mkdir_p
  4. rsa p
  5. kernel p

検索結果

<< < ... 3 4 5 >>

Pathname#unlink -> Integer (6101.0)

self が指すディレクトリあるいはファイルを削除します。

...self が指すディレクトリあるいはファイルを削除します。

//emlist[例][ruby]{
require "pathname"

p
athname = Pathname("/path/to/sample")
p
athname.exist? # => true
p
athname.unlink # => 1
p
athname.exist? # => false
//}...
<< < ... 3 4 5 >>