New Folder creation expansion by creating a trickle down / tree of sub-folders from pasted in path
Posted: 22.10.2023, 19:18
I would like to propose adding a feature of user being able to paste in e.g. this
or this
in box of the pop-up window that is used for creation of a new folder - in order to swiftly create such a_deeper_subfolder folder in the sub-folder which will be located in main folder on the current volume in the first case and on specifically the C volume in case when the second version would be pasted in. [Although in that second case there could be a pop-up question asking user if those folders should be created on C volume in root folder or in current location]
Implementing of such feature would make it very convenient to e.g. perform tests when some user on whatever forum is providing some script along with a path it utilizes on a given operating system, so that another user would not have to recreate that path by adding all those sub-folders by hand
Code: Select all
main folder\sub-folder\a_deeper_subfolder\
Code: Select all
C:\main folder\sub-folder\a_deeper_subfolder
Implementing of such feature would make it very convenient to e.g. perform tests when some user on whatever forum is providing some script along with a path it utilizes on a given operating system, so that another user would not have to recreate that path by adding all those sub-folders by hand