| FilePath Properties |
The FilePath type exposes the following members.
| Name | Description | |
|---|---|---|
| BasePath |
This returns the base path for the object
| |
| BasePathProvider |
This is used to get the base path provider for the object.
| |
| Exists |
This read-only property can be used to determine whether or not the file path exists
| |
| ExpandedPath |
This read-only property is used to display the fully qualified path with environment variable
expansions in the designer.
| |
| IsFixedPath |
This is used to indicate whether or not the path will be treated as a relative or fixed path when
converted retrieved via the PersistablePath property.
| |
| Path |
This is used to get or set the path to use.
| |
| PersistablePath |
This is used to retrieve the file path in a format suitable for persisting to storage based on the
current settings.
|