Guest User

Untitled

a guest
Feb 25th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. FDate = IO.File.GetLastWriteTime(FName)
  2.  
  3. Dim strFilepath = "" 'Specify path details
  4. Dim directory As New System.IO.DirectoryInfo(strFilepath)
  5. Dim File As System.IO.FileInfo() = directory.GetFiles()
  6. Dim File1 As System.IO.FileInfo
  7. For Each File1 In File
  8. Dim strLastModified As String
  9. strLastModified = System.IO.File.GetLastWriteTime(strFilepath & "" & File1.Name).ToShortDateString()
  10. Next
Add Comment
Please, Sign In to add comment