README.md
December 5, 2022 ยท View on GitHub
Description
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.
More Info
| Submitted On | 2002-11-20 15:51:52 |
| By | Brian Hodgen |
| Level | Advanced |
| User Rating | 4.0 (16 globes from 4 users) |
| Compatibility | VB 6.0 |
| Category | Windows API Call/ Explanation |
| World | Visual Basic |
| Archive File | File_Date_15008611202002.zip |
API Declarations
Look at code