るりまサーチ

最速Rubyリファレンスマニュアル検索!
6件ヒット [1-6件を表示] (0.113秒)
トップページ > 種類:インスタンスメソッド[x] > クエリ:l[x] > クエリ:begin[x] > クエリ:at[x] > クラス:Shell::CommandProcessor[x]

別のキーワード

  1. matrix l
  2. _builtin $-l
  3. kernel $-l
  4. lupdecomposition l
  5. $-l kernel

ライブラリ

検索結果

Shell::CommandProcessor#mkdir(*path) -> Array (3108.0)

Dir.mkdirと同じです。 (複数可)

...同じです。 (複数可)

@param path 作成するディレクトリ名を文字列で指定します。

@return 作成するディレクトリの一覧の配列を返します。

使用例
require 'shell'
Shell.verbose = false
sh = Shell.new
begin

p sh.mkdir("foo") #=> ["foo"]
re...