- $folist = "C:\temp\folder1|C:\temp\folder2|C:\temp\folder3|"
Thanks for any help
Code: Select all
$folist = "C:\temp\folder1|C:\temp\folder2|C:\temp\folder3|";
paperfolder("Temp", $folist, "|");Why not? Save a search as a template. Use the content of it in a heredoc variable, replace the necessary item(s) with your $folist variable, save that template, load it...However, I don't see any way to create a search template from that string