SC listfolder()

Things you’d like to miss in the future...
Post Reply
Daniel0312
Posts: 154
Joined: 15 Feb 2016 10:48

SC listfolder()

Post by Daniel0312 »

Hi,
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
Problem appears with 23.90.0418
Daniel
Windows7 SP1 x64 / XY latest stable

highend
Posts: 13274
Joined: 06 Feb 2011 00:33

Re: SC listfolder()

Post by highend »

Also present in v24.00.0000
One of my scripts helped you out? Please donate via Paypal

admin
Site Admin
Posts: 60357
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: SC listfolder()

Post by admin »

Present since v9.30.0023 - 2010-07-29 12:14

No, just since v23.90.0418 - 2023-01-15 19:27.

:eh: :om:

Daniel0312
Posts: 154
Joined: 15 Feb 2016 10:48

Re: SC listfolder()

Post by Daniel0312 »

fixed in 24.00.001 :tup:
Daniel
Windows7 SP1 x64 / XY latest stable

Post Reply