るりまサーチ

最速Rubyリファレンスマニュアル検索!
130件ヒット [101-130件を表示] (0.094秒)

別のキーワード

  1. shell/builtin-command new
  2. shell/builtin-command each
  3. etc sc_shell
  4. shell cd
  5. shell debug

検索結果

<< < 1 2 >>

Shell::Tee (3001.0)

Shell::Void (3001.0)

何もしないコマンドです。

何もしないコマンドです。

WIN32OLE_VARIANT (19.0)

OLEオートメーションの標準型のVARIANTオブジェクトをRubyで利用するための クラスです。

...対象のOLEオートメー
ションサーバの仕様または実装に依存します。

=== サンプルコード

shell
= WIN32OLE.new('Shell.Application')
folder = shell.NameSpace('C:\\Users\\Public\\Documents')
item = folder.ParseName('test.txt')
v = WIN32OLE_VARIANT.new('Delete'...

Etc::Passwd (7.0)

Etc.#getpwent で得られる構造体。

...ステムには反映されません。

全てのシステムで提供されているメンバ。
* name
* passwd
* uid
* gid
* gecos
* dir
* shell

以降のメンバはシステムによっては提供されません。
* change
* quota
* age
* class
* comment
* expire...
<< < 1 2 >>