| DateLastModified | ใช้คืนค่า วันที่ล่าสุดที่ไฟล์ถูกปรับปรุง |
|---|
property:DateLastModified
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 lastmodified_file = file.DateLastModified