×
日本語のページを検索
  • すべての言語
  • 日本語のページを検索
すべての結果
2023/06/13 · Shell.NameSpace メソッド - 指定したフォルダーの Folder オブジェクトを作成して返します。
Set objShell = CreateObject("Shell.Application"). Set objZip = objShell.NameSpace(zip).items. If (objZip Is Nothing) Then. Err.Raise 1, "", "Zipファイルが ...
2023/06/12 · フォルダー内のアイテムのコレクションを表す FolderItems オブジェクトを取得します。
2023/01/01 · 【覚書】Shell32.Shell.Namespaceメソッドの引数でハマった話 結論だけ手っ取り早く知りたい方はコチラ。 何があったのか 事の発端:Shell32.
2024/02/02 · $objShell = New-Object -ComObject Shell.Application $objFolder = $objShell.Namespace ... Application must be installed on the device(s).
関連する質問
2020/02/21 · objShell = actxserver('Shell.Application');. DestinationFolder = 'C:\';. objFolder = objShell.NameSpace(DestinationFolder);. objFolderItem ...
... Application"); var objFolder; //objFolder = objShell.NameSpace("C:\\WINDOWS"); objFolder = objShell.NameSpace("C:\\WINDOWS\\SYSTEM32"); if (objFolder ...
当該フォルダ内にある、strbNameで指定した名前のファイル・フォルダのFolderItemオブジェクトを取得します。 (例) : 'command.comのサイズを表示Set Win=Wscript.
2023/05/07 · i.e.. Set objShell = CreateObject("Shell.Application") Set objFolder = objShell.Namespace("C:\Windows\Temp\") Set objFolderItem = objFolder ...
説明: WindowsScriptHostのシェルオブジェクト。Dosコマンドの実行、アプリケーションの起動などに使用する。 ; ProgID: WScript.Shell ; 参照設定名: Windows Script Host ...