Click to See Complete Forum and Search --> : Date of folder or file creation


January 31st, 2000, 05:53 AM
How can I get the date of folder or file creation?

Chris Eastwood
January 31st, 2000, 06:00 AM
Did you try the FileDateTime command in Visual Basic ?

eg.


MsgBox FileDateTime("c:\program files")
MsgBox FileDateTime("c:\autoexec.bat")





Chris Eastwood

CodeGuru - the website for developers
http://codeguru.developer.com/vb