Page 1 of 1

[resolved] Use of SC folderreport

Posted: 21 May 2024 21:32
by klownboy
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.

Re: Use of SC folderreport

Posted: 21 May 2024 21:58
by highend
Yeah, broken with v26 (but I have no time to see when it was last working atm)...

Re: Use of SC folderreport

Posted: 21 May 2024 23:16
by klownboy
Thanks highend for confirming. When I get some time, I'll go back to check previous versions. I was on beta 25.90.0161 when I wrote the initial post.

Follow-up: SC folderreport worked fine on versions 25.80 and 25.90. I'll check more later.

Re: Use of SC folderreport

Posted: 22 May 2024 10:05
by admin
Thanks, got it (rogue optimization). Fix comes. :tup:

Re: Use of SC folderreport

Posted: 22 May 2024 12:22
by klownboy
Issue resolved. Thanks Don. :tup:

Re: [resolved] Use of SC folderreport

Posted: 23 May 2024 18:37
by klownboy
Hey Don, SC folderreport is not working again 26.00.005 or 0006 - same issue as posted in first post.

Re: [resolved] Use of SC folderreport

Posted: 23 May 2024 18:46
by admin
Gosh, yes. I'm being haunted by a tiny inconsistency that I allowed to live years ago. Bad idea. Don't do it. You will pay for it.

Fix comes, thanks!

Re: [resolved] Use of SC folderreport

Posted: 23 May 2024 19:02
by klownboy
All set with beta 26.00.0007. Thanks.