ryandepriest
Technical User
I have been trying to find a way to move files automatically. The files have a unique key and would need to move to a folder on another drive with the same unique key and if the folder does not exist then creat an folder and loop back tomove the file. I can get the file names into Excel and rename them with a macro and move them by creating a .BAT file, but I am interested in a more automatic way. Is this possible with VB.NET or C#?