VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



File Date Change

by Brian Hodgen (2 Submissions)
Category: Windows API Call/Explanation
Compatability: Visual Basic 5.0
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating: (4 Votes)

This is a basic module that uses the File Date API. It includes these functions.
GetFileCreatedDate(filename as string) As Date
GetFileAccessDate(filename as string) As Date
GetFileModifyDate(filename as string) As Date
SetFileDates(filename as string,creation date as date.......) as boolean
I also included a little GUI that will let you select a file and change the date information, as an example on how to use the functions. Hope this helps someone.

API Declarations
Look at code

Rate File Date Change

Download File Date Change

Download File Date Change (4 KB)

File Date Change Comments

No comments have been posted about File Date Change. Why not be the first to post a comment about File Date Change.

Post your comment

Subject:
Message:
0/1000 characters