Property PathExport
PathExport
Gets a path string that is specially formatted for reliably accessing this path through file system calls.
Declaration
string PathExport { get; }
Property Value
| Type | Description |
|---|---|
| string |
Remarks
This is the value that should always be used when a path string is needed for passing into file system calls (e.g. opening file streams).