I want to make a script which copies some files from different locations.
I have the next folder: C:\Test\FILES\< RANDOM_NAME >\< many_files > . In this folder, I have many files which I need later.
I copy the entire directory < RANDOM_NAME > to my working directory. But later, in my script i need the exact name of < RANDOM_NAME > folder. How can i get it?