|
-
January 31st, 2000, 06:53 AM
#1
Date of folder or file creation
How can I get the date of folder or file creation?
-
January 31st, 2000, 07:00 AM
#2
Re: 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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|