了解しました。VBから7-zipを実行するのに少し問題があります。
これが私の現在のコードです:
ZipFileName = "\\network\path\PDFs\Test.zip "
PathToPDFs = "\\network\path\PDFs\*.pdf"
Arg1 = "a -tzip"
Process.Start("C:\Program Files\7-Zip\7z.exe" + Arg1 + Zipfilename + PathToPDFs)
私が得続けるエラーThe system cannot find the file specified
はWin32Exception was unhandled
パスが正しく、そのディレクトリにPDFがあることはわかっています。
助言がありますか?