 Object Menu
|

| ParentFolder |
| Type | Read-Only Property |
| Return Value Type | String |
| Usage | object.ParentFolder(FileName) |
| Description | Determines the folder in which the file resides. |
| Example | Code: filename="c:\test\test.html" Set fso = CreateObject("Scripting.FileSystemObject") set mainfile=fso.GetFile(filename) response.write mainfile.ParentFolderResult: test |
|