Page 1 of 1

path contains asterisk

Posted: 24 Nov 2022 20:03
by yusef88
which option that makes the address bar accept path contains asterisk? <xypath>\*meXY.txt
and why we can't use it with some commands
goto "<xypath>\*meXY.txt" works
e readfile("<xypath>\*meXY.txt"); does not work

Re: path contains asterisk

Posted: 25 Nov 2022 14:21
by admin
e readfile("<xypath>\*meXY.txt"); will work in the next beta.

Re: path contains asterisk

Posted: 26 Nov 2022 06:34
by yusef88
Thanks. can we resolve wildcard * in the filename

Code: Select all

$Absolute_Path = "%AppData%\Mozilla\Firefox\Profiles\*.default-esr\user.js";
 echo $Absolute_Path 
will be useful to readfile and writefile

Re: path contains asterisk

Posted: 26 Nov 2022 08:21
by admin
I'll add something to SC resolvepath().