[resolved] Use of SC folderreport
Posted: 21 May 2024 21:32
This has always worked for me (for years) in my paperlist.xys script.
$Papers = FormatList(FolderReport("files","r",<xypaper>,"r",,"|"),"f","|","*.txt"); I used the script today and I received nothing - zero output and my script message stating I had no paper. The issue is in the SC folderreport portion $Papers = FolderReport("files","r",<xypaper>,"r",,"|"); It should be a recursive listing of all <xypaper>. The files are there. New bug? Like I said it's always worked previously. Thanks.