拡張子 .hta の HTMLアプリケーションを実行中のスクリプトが存在する ディレクトリを取得します。
str = Replace(window.location&"","file:///","") str = Replace(str,"/","\") str = Replace(str,"%20"," ")
タグ:VBScript
|
【IE/HTAの最新記事】
|
拡張子 .hta の HTMLアプリケーションを実行中のスクリプトが存在する ディレクトリを取得します。
str = Replace(window.location&"","file:///","") str = Replace(str,"/","\") str = Replace(str,"%20"," ")
|