Can someone give me a few pointers on how to write a script that will return a value in an integer of minutes since a file has been last accessed?
I found that objFile.LastAccessed will give me this info, but Im not sure how I can turn this value into minutes so I can compare it to the system time. Or if Im going about this the wrong way. Thanks
I found that objFile.LastAccessed will give me this info, but Im not sure how I can turn this value into minutes so I can compare it to the system time. Or if Im going about this the wrong way. Thanks