fso.GetAbsolutePathName(webPath) | C:\jang\books\asp\example\fileAccess\pathFunction02.asp |
fso.GetFileName(webPath) | pathFunction02.asp |
fso.GetBaseName(webPath) | pathFunction02 |
fso.GetExtensionName(webPath) | asp |
fso.GetDriveName(webPath) | |
fso.GetParentFolderName(webPath) | /jang/books/asp/example/fileAccess |