<% FileSystemObject.GetAbsolutePathName(Path) %>
<% Option Explicit %> <html> <head> <title>ThaiCreate.Com ASP FileSystemObject Object</title> </head> <body> <% Dim objFSO,strPath1,strPath2,strPath3 Set objFSO = Server.CreateObject("Scripting.FileSystemObject") strPath1 = objFSO.GetAbsolutePathName(Server.MapPath("MyFiles")) Response.write("<br>GetAbsolutePathName Path1 = " & strPath1) strPath2 = objFSO.GetAbsolutePathName(Server.MapPath("MyFiles/thaicreate.txt")) Response.write("<br>GetAbsolutePathName Path2 = " & strPath2) strPath3 = objFSO.GetAbsolutePathName("C:") Response.write("<br>GetAbsolutePathName Path3 = " & strPath3) Set objFSO = Nothing %> </body> </html>
ช่วยกันสนับสนุนรักษาเว็บไซต์ความรู้แห่งนี้ไว้ด้วยการสนับสนุน Source Code 2.0 ของทีมงานไทยครีเอท