 Object Menu
|

| Path |
| Type | Read-Only Property |
| Return Value Type | String |
| Usage | object.Path(FileName) |
| Description | Determines the full path of the file. |
| Example | Code: filename="c:\test\test.html" Set fso = CreateObject("Scripting.FileSystemObject") set mainfile=fso.GetFile(filename) response.write mainfile.PathResult: c:\test |
|