I'm trying to move all files not modified in the last 24 hours to a new folder but if it already exists I want to add an incremental number to the filename so that it copies.
Here is what I have so far.
Option Explicit
Const FOLDER = "\\Server\g$\Sharename"
Const BACKUP_FOLDER =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.