るりまサーチ

最速Rubyリファレンスマニュアル検索!
84件ヒット [1-84件を表示] (0.030秒)
トップページ > クエリ:on[x] > クエリ:Constant[x] > クエリ:CREAT[x]

別のキーワード

  1. optionparser on
  2. optparse on
  3. tracer on
  4. socket udp_server_loop_on
  5. thread abort_on_exception

検索結果

File::Constants::CREAT -> Integer (24101.0)

ファイルがなければ作成するよう指定します。 File.openで使用します。

ファイルがなければ作成するよう指定します。
File.openで使用します。

Win32::Registry::Constants::REG_OPTION_CREATE_LINK (15200.0)

@todo

@todo

Win32::Registry::Constants::REG_CREATED_NEW_KEY (12100.0)

@todo

...@todo

キーが新しく作られたか、既存キーが開かれたか。
Win32::Registry#disposition メソッドも参照してください。...

Win32::Registry::Constants::KEY_CREATE_LINK (9100.0)

@todo

@todo

セキュリティアクセスマスク。

Win32::Registry::Constants::KEY_CREATE_SUB_KEY (9100.0)

@todo

@todo

セキュリティアクセスマスク。

絞り込み条件を変える

Win32::Registry::Constants::REG_OPENED_EXISTING_KEY (9000.0)

@todo

...@todo

キーが新しく作られたか、既存キーが開かれたか。
Win32::Registry#disposition メソッドも参照してください。...

File::Constants::EXCL -> Integer (6016.0)

CREATと併用し、もしファイルが既にある場合には失敗します。 File.openで使用します。

...CREATと併用し、もしファイルが既にある場合には失敗します。
File.openで使用します。...