Is there a way to grab all the file names in a directory and populating a SQL table with them? I am trying to create 2 different jobs:
1) I want to get a list of all my backup files in my directory and move all
files over one week old to an archive folder.
2) I want to grab zip files that are over 3GIG and move them off to a
different folder as well.
I need a way to grab the files by name and also by size.
Is this possible?
TIA,
Joe
1) I want to get a list of all my backup files in my directory and move all
files over one week old to an archive folder.
2) I want to grab zip files that are over 3GIG and move them off to a
different folder as well.
I need a way to grab the files by name and also by size.
Is this possible?
TIA,
Joe