<% FileSystemObject.GetFile(File) %>
<% Option Explicit %> <html> <head> <title>ThaiCreate.Com ASP FileSystemObject Object</title> </head> <body> <% Dim objFSO,objFile Set objFSO = Server.CreateObject("Scripting.FileSystemObject") Set objFile = objFSO.GetFile(Server.MapPath("MyFiles/thaicreate.txt")) Response.write("<br>Create Date = " &objFile.DateCreated) Response.write("<br>Size = " &objFile.Size) Response.write("<br>Type = " &objFile.Type) Set objFile = Nothing Set objFSO = Nothing %> </body> </html>
ช่วยกันสนับสนุนรักษาเว็บไซต์ความรู้แห่งนี้ไว้ด้วยการสนับสนุน Source Code 2.0 ของทีมงานไทยครีเอท