Hi all,
I’m looking for a script that allows me to enter a random subfolder under the current directory.
I’m really hoping that someone can help me with this.
Thanks in advance!
Enter random subfolder
Re: Enter random subfolder
Code: Select all
$folders = listpane(2:=2);
$count = gettoken($folders, "count", "|");
if ($count) { goto gettoken($folders, rand(1, $count), "|"); }
One of my scripts helped you out? Please donate via Paypal
Re: Enter random subfolder
It works perfectly!
Thanks so much for your help!
Thanks so much for your help!
XYplorer Beta Club