備忘録
カレントディレクトリ名を取得する
Function getCurrentDir()
Dim objWShell
set objWShell = CreateObject( "WScript.Shell" )
getCurrentDir = objWShell.CurrentDirectory
set objWShell = Nothing
end Function
次の投稿
前の投稿
ホーム