|
-
August 22nd, 2001, 01:08 PM
#1
Using api
Trying to figure out how to use a specific function in kernel32.ll Here's the function
Declare Function FileTimeToLocalFileTime& Lib "kernel32" (lpFileTime as _
FILETIME, lpLocalFileTime as FILETIME)
I am using wininet.dll to download a file which works. Just trying to figure out how to convert a FILETIME to localtime so you can read the date the file was created or maybe I'm doing it the wrong way.
I want to be able to ftp to a site and check for files that are over two weeks old.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|