|
-
Feb 18th, 2004, 07:44 AM
#1
Thread Starter
Frenzied Member
LastModified
Is there a method in VB.Net, which can say when file was modified last time? (corresponds to document.LastModified in JS)
-
Feb 20th, 2004, 08:44 AM
#2
Declare "Imports System.io" at the top of your form, then call on any of the IO.File properties:
io.File.GetCreationTime
io.File.GetLastAccessTime
io.File.GetLastWriteTime
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
|