Code: Select all
I started with the following:
"1. &Move into new Directory"
$dir_name=input("Enter name of new directory to move files into ...","Directory Name");
$dir_exists = exists("<curpath>\$dir_name");
if ($dir_exists != 2) {
new "<curpath>\$dir_name",dir;
} elseif ($dir_exists == 2) {
//do nothing
}
moveto "<curpath>\$dir_name"; // PROBLEM!! after new command above, all selection lost, newly created dir got selected.
$current = <items>; // something like this, but I tried won't work.
XYplorer Beta Club