Is there a method in VB.Net, which can say when file was modified last time? (corresponds to document.LastModified in JS)
Printable View
Is there a method in VB.Net, which can say when file was modified last time? (corresponds to document.LastModified in JS)
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