| Name | ใช้คืนค่าชื่อของไฟล์ จาก URL |
|---|
property:Name
return type:String
content:ใช้คืนค่าชื่อของไฟล์ จาก URL
example:Set fsystem = CreateObject ( “Scripting.FileSystemObject” ) virtualpath = Request.ServerVariables ( “PATH_INFO” ) pyhsicalpath = Server.MapPath ( virtualpath ) Set file = fsystem.GetFile ( physicalpath ) Dim filename = file.Name