Retrieving the last modified date from a file uploaded in a URL -VBScript

dhaya123

Registered User.
Local time
Today, 10:45
Joined
Dec 14, 2013
Messages
13
Hi All,

Can anyone have an idea about vbscript/vb macro code for retrieving the last modified date of a file uploaded in a URL.

I am able to get the file but wanted to get the last modified date of it.


Thanks in advance!!!!!!!!!!!
 
Depending on your Access version, you could use
FileDateTime(FileNameAndPath)
 
Thank You for the reply.

I am sorry that I am not able to get you.

What u meant by Access version ?

The file that upload can be any type(like excel,word)
 
I do not know when the function was added to Office/Access. If you have an early version, the FileDateTime function might not be available. The target file can be any file or folder that exists that the PC has access to.
 
Thank you.

I got what u were telling.

But while using the FileDateTime in vbscript it is thowing error as I am passing the URL.

Could u plz help me on this
 
It might help if you said what the error was and the actual code line it is occurring on.
 

Users who are viewing this thread

Back
Top Bottom