I'm trying to get the date a file was modified. How can I do this? I know how to get the date last accessed and the creation date (below code) but what about the date modified? Thanks for your help!
Code:
Dim f As New FileInfo("file.exe")
Dim dte as string
dte = f.CreationTime.ToString