SC listfolder()
Posted: 26 Jan 2024 17:33
I want to list files with name explicitely containing "#" character
For testing purpose I did the following:
If the first line returns the successfully created file, the second one returns nothing 
Can anyone tell me how to do ?
For testing purpose I did the following:
Code: Select all
e new("%TEMP%\TempFile#202.txt");
e listfolder(%TEMP%, "TempFile#*.txt");
Can anyone tell me how to do ?