 Object Menu
|

| ShortPath |
| Type | Read-Only Property |
| Return Value Type | String |
| Usage | object.ShortPath(FileName) |
| Description | Determines the ISO9660 path of the file. This is the path the file would have under an old MS-DOS FAT16 convention. |
| Example | Code: filename="c:\testagain\test.html" Set fso = CreateObject("Scripting.FileSystemObject") set mainfile=fso.GetFile(filename) response.write mainfile.ShortpathResult: c:\testag~1\ |
|