るりまサーチ

最速Rubyリファレンスマニュアル検索!
11件ヒット [1-11件を表示] (0.025秒)
トップページ > ライブラリ:etc[x] > クエリ:Etc[x] > クエリ:systmpdir[x]

別のキーワード

  1. etc passwd
  2. etc group
  3. etc each
  4. etc systmpdir
  5. etc sysconfdir

モジュール

検索結果

Etc.#systmpdir -> String | nil (39121.0)

システムのテンポラリディレクトリを返します。

...システムのテンポラリディレクトリを返します。

//emlist[][ruby]{
require 'etc'
p Etc.systmpdir # => "/tmp"
//}...