
Setting file date/time from Visual Basic
Hi Stefan.
You want to use the Date statement and the Time statement.
Don't confuse these with the Date function and the Time function.
Check out VB's Help for examples.
Let me know if I can be of any more help.
=========================================
"When the going gets tough, the weird turn pro."
-- R. Duke
=========================================
Quote:
> Hi all!
> I want to set the time and date of a file from 16-bit Visual Basic 4.0.
> There is a VB function called FileDateTime for getting the date/time, but
> no function for setting... Does anyone know if there is a standard
API-call
> for doing this?