Is there a quick way to a "blanket" move all files of a certain extension to another directory. This is for archiving purposes.
Example: move all *.xls files from C:\Current to C:\Archive
I've used File.Move to move a specific file, and used
MoveTo() to move all files from an existing folder to a
new (non-existent) folder, but I want to move just
files of a particular extension to another folder
(where the destination folder already exists).
T.I.A.!
Example: move all *.xls files from C:\Current to C:\Archive
I've used File.Move to move a specific file, and used
MoveTo() to move all files from an existing folder to a
new (non-existent) folder, but I want to move just
files of a particular extension to another folder
(where the destination folder already exists).
T.I.A.!