i just playing around and had a few thoughts:
1) If i type an non-existing path into the address bar,
i get an message like: "This path does not exist."
How about instead an message like: "This path does not exist. Do you want to create it?"
2) If i want to create an new folder with sub-folders in current path
i use smtg like ::new newfolder\sub folder, dir;
but only the last typed folder is created.
I have to use ::new <curpath>\newfolder\sub folder, dir;
( this "<curpath>" trick should be mentioned in the help
Question: could you implement '.\' as alias of "<curpath>"?
( i know that "<curpath>" is an alias of .\, but typing .\ would be easier and looks nicer )
3) For quicker use in address bar
i would like to ask for an new "jump to" parameter for the new-function:
new .\sub folder, dir, 1;
Maybe 1=goto new folder; 2=goto deepest sub-folder?
What do you think?
XYplorer Beta Club