Saturday, April 04, 2009

VBScript Functions

อ้างอิง http://www.w3schools.com/VBscript/vbscript_ref_functions.asp


Set objFso = CreateObject("Scripting.FileSystemObject")
Set objFile = objFso.GetFile("C:\pathtofile")
objFile.DateCreated
objFile.DateLastAccessed
objFile.DateLastModified

No comments: