るりまサーチ (Ruby 2.6.0)

最速Rubyリファレンスマニュアル検索!
2件ヒット [1-2件を表示] (0.017秒)
トップページ > クエリ:rect[x] > バージョン:2.6.0[x] > ライブラリ:net/ftp[x]

別のキーワード

  1. _builtin rect
  2. matrix rect
  3. complex rect
  4. numeric rect

クラス

キーワード

検索結果

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

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

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

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

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

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

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

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