スクリプトScript(Ver1.90対応版)
目次Index−
スクリプトScript−
グローバルのプロパティGlobal property
グローバルのプロパティGlobal
オブジェクトを書かなくてもそのまま記述できます。
You can write as it is without writing an object.
プロパティProperty
version
バージョン番号。V1.23β45の場合123045。(取得のみ)
Version number. In the case of V1.23β45, it is 123045 in decimal. (Get only)
busy
非同期処理が処理中であるかどうか。(取得のみ)
Processing asynchronously. (Get only)
fullName
HmFilerClassic.exeの自身のフルパスのファイル名。(取得のみ)(V1.44)
HmFilerClassic.exe file name of own full path. (Get only) (V 1.44)
scriptFullName
スクリプトファイルの自身のファイル名。(取得のみ)(V1.11)
Own file name of script file. (Get only) (V1.11)
argCount
起動オプション/aが指定されている場合、幾つ/aがあるかを表します。(取得のみ)(V1.30)
If the command line option /a is specified, it indicates how many /a there are. (Get only) (V1.30)
tickCount
Windowsが起動されてからの経過時間をミリ秒単位で表します。(取得のみ)(V1.52)
Same as GetTickCount of Win32API.
config
Configオブジェクト。
Config object.
configSystem
ConfigSystemオブジェクト。
ConfigSystem object.
platform
秀丸ファイラーClassicが実行されているOSなどの情報を表します。(取得のみ)(V1.66)
以下の値を論理積(&)した値で各種状態を取得できます。
0x000000ff Windowsのマイナーバージョン
0x0000ff00 Windowsのメジャーバージョン
0x00010000 NTかどうか
0x00020000 管理者に昇格しているかどうか
0x00040000 HKLM,HKCRに書き込み可能かどうか
0x00080000 64bit版かどうか
0x00100000 64bit環境の中の32bit版かどうか
0x01000000 持ち出しキットで動作中かどうか
0x02000000 ストアアプリ版かどうか
Version information.(Get only)(V1.66)
0x000000ff Windows minor version
0x0000ff00 Windows major version
0x00010000 NT
0x00020000 Elevated administrator
0x00040000 Writable HKLM,HKCR
0x00080000 64bit version
0x00100000 32bit version on 64bit Windows
0x01000000 Portable version
0x02000000 Store app version