I need to be able to make sure that a file has been modified before uploading it into a SQL server. I'm thinking that a WMI Event Watcher task is capable of handling this. Our file system is currently set up to just update the file in question daily. (The
file is always there). I know that you can check if a file is in a location or not using WQL, but can you check the file modified status?
↧