るりまサーチ

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

別のキーワード

  1. pathname ftype
  2. _builtin ftype
  3. stat ftype
  4. file ftype
  5. shell ftype

検索結果

Pathname#ftype -> String (18124.0)

File.ftype(self.to_s) と同じです。

...File.ftype(self.to_s) と同じです。


@see File.ftype...

File::Stat#ftype -> String (18114.0)

ファイルのタイプを表す文字列を返します。

...aracterSpecial"
"blockSpecial"
"fifo"
"link"
"socket"

"unknown"


//emlist[例][ruby]{
fs = File::Stat.new($0)
p fs.ftype #=> "file"
p File::Stat.new($:[0]).ftype #=> "directory"
//}


1.8 以降では、属性メソッドがシステムでサポートされていない場合 nil が返...

Shell#ftype(filename) -> String (18108.0)

File クラスにある同名のクラスメソッドと同じです.

...File クラスにある同名のクラスメソッドと同じです.

@param filename ファイル名を表す文字列を指定します。

@see File.ftype...

Shell::CommandProcessor#ftype(filename) -> String (18108.0)

File クラスにある同名のクラスメソッドと同じです.

...File クラスにある同名のクラスメソッドと同じです.

@param filename ファイル名を表す文字列を指定します。

@see File.ftype...

Shell::Filter#ftype(filename) -> String (18108.0)

File クラスにある同名のクラスメソッドと同じです.

...File クラスにある同名のクラスメソッドと同じです.

@param filename ファイル名を表す文字列を指定します。

@see File.ftype...

絞り込み条件を変える