README.md

December 5, 2022 ยท View on GitHub

File Date Change

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 On2002-11-20 15:51:52
ByBrian Hodgen
LevelAdvanced
User Rating4.0 (16 globes from 4 users)
CompatibilityVB 6.0
CategoryWindows API Call/ Explanation
WorldVisual Basic
Archive FileFile_Date_15008611202002.zip

API Declarations

Look at code