How can I get the date of folder or file creation?
Printable View
How can I get the date of folder or file creation?
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