| DateCreated | ใช้คืนค่าวันที่สร้างไฟล์ |
|---|
property:DateCreated
return type:Date
content:ใช้คืนค่าวันที่สร้างไฟล์
example:Set fsystem = CreateObject ( “Scripting.FileSystemObject” ) virtualpath = Request.ServerVariables ( “PATH_INFO” ) pyhsicalpath = Server.MapPath ( virtualpath ) Set file = fsystem.GetFile ( physicalpath ) Dim created_file = file.DateCreated