
I am trying to create folders with foldernames = filenames. I can get the list of files, but unable to create folders as I required Please help
So, a list of %Files% is an entire file path, but they have several properties allowing you to extract specific information. You can view these properties by running the "Get files in folder" action and right clicking on the "Files" variable in the variables window and going to View.
Then click on "More", any Item will do.
I found the property called ".NameWithoutExtension".
You can use this to create a folder with the filename no extension. So, something like "C:\Documents\Excel1.xlsx" just becomes "Excel1". Now, we will take this and loop it through every single file in "Files" and you can create your folders with the name without extension.
The syntax for that inside of the create folder command is this:
Best of Luck!