FolderPath Properties

HTML to MAML Converter

FolderPath Properties

The FolderPath type exposes the following members.

Properties
  Name Description
Public property BasePath
This returns the base path for the object
(Inherited from FilePath.)
Public property BasePathProvider
This is used to get the base path provider for the object.
(Inherited from FilePath.)
Public property Exists
This read-only property can be used to determine whether or not the folder path exists.
(Overrides FilePathExists.)
Public property ExpandedPath
This read-only property is used to display the fully qualified path with environment variable expansions in the designer.
(Inherited from FilePath.)
Public property 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.
(Inherited from FilePath.)
Public property Code example Path
This is used to get or set the path.
(Overrides FilePathPath.)
Public property PersistablePath
This is used to retrieve the file path in a format suitable for persisting to storage based on the current settings.
(Inherited from FilePath.)
Top
See Also