SC listfolder()
Posted: 23 Jan 2023 21:32
Hi,
It seems SC listfolder() can't find files when the pattern starts with a capital X (or maybe any capital letter).
Problem appears with 23.90.0418
It seems SC listfolder() can't find files when the pattern starts with a capital X (or maybe any capital letter).
Code: Select all
text listfolder(%TEMP%, "x*.*"); returns R:\TEMP\X2023-01-23.txt|R:\TEMP\XnView-win-small.zip
text listfolder(%TEMP%, "X*.*"); returns... nothing