path contains asterisk

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
yusef88
Posts: 1123
Joined: 28 Jan 2013 03:50
Location: Windows 8.1 32-bit

path contains asterisk

Post 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

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

Re: path contains asterisk

Post by admin »

e readfile("<xypath>\*meXY.txt"); will work in the next beta.

yusef88
Posts: 1123
Joined: 28 Jan 2013 03:50
Location: Windows 8.1 32-bit

Re: path contains asterisk

Post 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

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

Re: path contains asterisk

Post by admin »

I'll add something to SC resolvepath().

Post Reply