Printable View
I need the creation date of a folder using FSO
FSO? Code: Imports System.IO MsgBox(Directory.GetCreationTime("c:\windows"))
Imports System.IO MsgBox(Directory.GetCreationTime("c:\windows"))