Public 変数 | |
const | ForReading = 1 |
ファイルオープン 読み取り | |
const | ForWriting = 2 |
ファイルオープン 書き込み | |
const | ForAppending = 8 |
ファイルオープン 追加 | |
const | LOGLEVEL_NONE = 0 |
ログ出力レベル 出力なし | |
const | LOGLEVEL_DEBUG = 1 |
ログ出力レベル デバッグ | |
const | LOGLEVEL_INFO = 2 |
ログ出力レベル 情報 | |
const | LOGLEVEL_WARNING = 3 |
ログ出力レベル 警告 | |
const | LOGLEVEL_ERROR = 4 |
ログ出力レベル エラー | |
const | CONFIG_PATH = "..\\config" |
設定ファイルディレクトリ(スクリプトのディレクトリだけを検索する場合は空文字にする事) |
constants.vbs の 5 行で定義されています。
const constants::CONFIG_PATH = "..\\config" |
const constants::ForAppending = 8 |
const constants::ForReading = 1 |
const constants::ForWriting = 2 |
const constants::LOGLEVEL_DEBUG = 1 |
const constants::LOGLEVEL_ERROR = 4 |
const constants::LOGLEVEL_INFO = 2 |
const constants::LOGLEVEL_NONE = 0 |
const constants::LOGLEVEL_WARNING = 3 |