 Object Menu
|

| ShareName |
| Type | Read-Only |
| Return Value Type | String |
| Usage | object.ShareName(Drive) |
| Description | If the drive is shared this returns the share name. |
| Example | Code: drivename=''c:\'' Set fso = CreateObject(''Scripting.FileSystemObject'') set maindrive=fso.GetDrive(drivename) response.write maindrive.ShareNameResult: Accounting C-Drive |
|