Provide a means to select files then put them into a new folder created at the time the operation is executed.
Essentially this is a Windows Explorer implementation of the similarly named function in (Apple's) macOS Finder. Effectively this is a reverse sequence of events from what is required in Windows Explorer currently.
Select files in Explorer. Right click and select from a context menu, or click a button on the toolbar to launch the operation. A new folder is created within the current folder one is in/viewing in Windows Explorer. Once the folder is named, the selected files are moved into that folder.
One way to do this already is to use the Move To button in the Explorer Ribbon. There you can create a new folder and move the files. ~So, would this actually be new..?~
Ah yes... I had forgotten about that option.
My one comment would be that the current _Move To..._ button functionality is... messy at best.
When I use that I am presented with a huge long list of folders - some of which seem to be sourced from the Quick Access menu - and others from somewhere else - so maybe they are memories of other recent Explorer window locations.
Regardless, the folder I am currently in is presented at the bottom of this list (and in my case I have to scroll down to it), and you cannot actually create a new folder at one of those locations - unless of your course you go for the "Choose Location..." option (again, at the bottom of the list) - and then suddenly you're into another interface, and again - it doesn't start in the folder you are currently working in in Windows Explorer.
In other words - the simplicity of selecting some files and moving them into a new folder (in your current folder) in one fell swoop is just not possible with the _Move To..._ button.
I didn't say it was perfect. You're right about that.
The thing you ask for is like the WinRar method, right? Similar to the _compressed_ folder in the shell:sendto
menu. Maybe it is possible to add a menu-item that creates a normal folder in the current location?
Hi.
Not sure about the WinRAR method; I've not used that app.
The shell:sendto
method may be appropriate; I used to have Gabriele Ponti's _Send to Toys_ installed in the past (still available at http://www.gabrieleponti.com/software/) and it has some very useful functionality available from the right-click send to menu. Actually, I should try it out again... though my right click menu is already very full (mostly due to workplace required apps).
Some of what is offered in Send to Toys (v2.7.2) is available in the current Windows Explorer... sort of.
Regardless, still not quite the simplicity of what is offered with the Apple finder function of selecting some files, then invoking the "new folder with selection" option.
didn't mean to close the comment.
Maybe the Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Windows.newfolder
key in the registry can be of some help? If somebody knows how to translate this into a (executable/batch) file of some sorts?
UPDATE I decided to make this myself and used AutoIt ("a freeware BASIC-like scripting language", www.autoitscript.com) and created an .exe file (1MB including ico file), directly in the SendTo folder*. It uses the selected files as internal command line parameters (or the other way around). Then it prompts a name, by means of an InputBox. Then it creates the folder (@WorkingDir & new name) and moves the files. Bloody thing worked at the first go!! 馃榿
I wouldn't mind sharing the exe file with y'all, but anti-virus programs (including MS Defender) keep - incorrectly - treating exe's that are created with AutoIt as trojans and/or other malware, and I don't wanna bother you guys with that.
Awesome!
It's been soooo long since I did any coding/scripting...
i made a small electron app for this purpose :) but build in the os as in macOS would be much better .
These are the lil tiny things why people prefer macOS over Windows, and this is just one of many
Since nobody has mentioned it, TeraCopy 3 (free) has this feature.
PowerToys should have it too IMO.
Since nobody has mentioned it, TeraCopy 3 (free) has this feature.
PowerToys should have it too IMO.
awesome , and even this : looks very useful:
https://www.codesector.com/directfolders
One feature on windows i miss a lot (from macOS) is the ability to drag a folder or file on file open / save dialog.
In Windows, ERxplorer would copy teh dragged file, under macOS it just navigates to the folder.
Much fatser than copy / pase a link to navigate to a destination
Most helpful comment
Since nobody has mentioned it, TeraCopy 3 (free) has this feature.
PowerToys should have it too IMO.