「$result」にファイルパスを指定 $dir = "C:\Users\owner\Desktop\tmp\test.txt" # ファイルが存在するか確認 if((Test-Path $dir) -eq "True"){ ...
確定! 回上一頁