Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
File Last Write
Message
 
To
14/03/2006 13:46:34
General information
Forum:
ASP.NET
Category:
Other
Title:
Miscellaneous
Thread ID:
01104298
Message ID:
01104318
Views:
12
You can use a FileInfo object instance (from the System.IO namespace):
Dim objFileInfo As New FileInfo("c:\temp\test.txt")
messagebox.show ("Last write = " & objFileInfo.LastWriteTime)
>hi
>
>How i can to obtain the last file created?
Éric Moreau, MCPD, Visual Developer - Visual Basic MVP
Conseiller Principal / Senior Consultant
Moer inc.
http://www.emoreau.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform