NInteropFileSystemServiceProxy Class Properties
For a list of all members of this type, see NInteropFileSystemServiceProxy members.
| Name | Description |
 | CurrentFolderPath | Overridden. Gets or sets the current folder path. If the user has not explicitly specified a current folder, by default the Directory.GetCurrentDirectory() value is used. |
 | TempFolderPath | Overridden. Gets or set an user specified temp folder path. If the user has not explicitly specified a current folder, by default the Directory.GetTempPath() value is used. |
Top