This commit is contained in:
jcolebrand 2023-03-20 04:00:16 -07:00
parent 232a284d0e
commit 7871b17568

View File

@ -9,7 +9,7 @@ if (-not (Test-Path -Path $rootCaptureFolder)) {
return return
} }
$captureListFile = Join-Path -Path $path -ChildPath "capture.filellist" $captureListFile = Join-Path -Path $path -ChildPath "capture.filelist"
$fileList = Get-Content -Path $captureListFile $fileList = Get-Content -Path $captureListFile