るりまサーチ

最速Rubyリファレンスマニュアル検索!
727件ヒット [101-200件を表示] (0.028秒)
トップページ > クエリ:directory[x]

別のキーワード

  1. _builtin directory?
  2. pathname directory?
  3. rake directory
  4. stat directory?
  5. file directory?

モジュール

検索結果

<< < 1 2 3 4 ... > >>

Gem::Indexer#dest_directory -> String (6101.0)

インデックスを保存するディレクトリを返します。

インデックスを保存するディレクトリを返します。

Gem::Package::TarReader::Entry#directory? -> bool (6101.0)

自身がディレクトリであれば、真を返します。 そうでない場合は、偽を返します。

自身がディレクトリであれば、真を返します。
そうでない場合は、偽を返します。

Net::FTP::MLSxEntry#directory? -> bool (6101.0)

エントリがディレクトリであれば true を返します。

エントリがディレクトリであれば true を返します。

Net::FTP::MLSxEntry#type が "dir"、 "pdir"、 "cdir"、
のいずれかであれば true を返します。

Net::FTP::MLSxEntry#directory_makable? -> bool (6101.0)

ディレクトリを作成可能ならば true を返します。

ディレクトリを作成可能ならば true を返します。

Net::FTP#mkdir でディレクトリを作成可能かどうかを意味します。

Pathname#relative_path_from(base_directory) -> Pathname (141.0)

base_directory から self への相対パスを求め、その内容の新しい Pathname オブジェクトを生成して返します。

...se_directory から self への相対パスを求め、その内容の新しい Pathname
オブジェクトを生成して返します。

パス名の解決は文字列操作によって行われ、ファイルシステムをアクセス
しません。

self が相対パスなら base_directory...
...が絶対パスなら
base_directory も絶対パスでなければなりません。

@param base_directory ベースディレクトリを表す Pathname オブジェクトを指定します。

@raise ArgumentError Windows上でドライブが違うなど、base_directory から self への相対...

絞り込み条件を変える

Pathname#each_child(with_directory = true) -> Enumerator (124.0)

self.children(with_directory).each と同じです。

...self.children(with_directory).each と同じです。

@param with_directory 偽を指定するとファイル名のみ返します。デフォルトは真です。

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

Pathname("/usr/local").each_child {|f| p f }
# => #<Pathname:/usr/local/bin>
# => #<Pathname...

Pathname#each_child(with_directory = true) {|pathname| ...} -> [Pathname] (124.0)

self.children(with_directory).each と同じです。

...self.children(with_directory).each と同じです。

@param with_directory 偽を指定するとファイル名のみ返します。デフォルトは真です。

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

Pathname("/usr/local").each_child {|f| p f }
# => #<Pathname:/usr/local/bin>
# => #<Pathname...

Gem::Ext::ConfigureBuilder.build(extension, directory, dest_path, results) -> Array (107.0)

@todo

...を実行して
Makefile を作成してから make を実行します。

@param extension このメソッドでは使用しません。

@param directory

@param dest_path

@param results コマンドの実行結果を格納します。破壊的に変更されます。

@see Gem::Ext::Builder.mak...

Gem::Ext::ExtConfBuilder.build(extension, directory, dest_path, results) -> Array (107.0)

@todo

...tconf.rb を実行して
Makefile を作成してから make を実行します。

@param extension ファイル名を指定します。

@param directory このメソッドでは使用していません。

@param dest_path ???

@param results コマンドの実行結果を格納します。破壊...

Gem::Ext::RakeBuilder.build(extension, directory, dest_path, results) -> Array (107.0)

@todo

...が存在する場合は、それを実行してから Rake を実行します。

@param extension ファイル名を指定します。

@param directory このメソッドでは使用していません。

@param dest_path ???

@param results コマンドの実行結果を格納します。破壊...

絞り込み条件を変える

<< < 1 2 3 4 ... > >>