HTML to MAML Converter
| FilePath Constructor |
There are three overloads for the constructor.
Overload List
| Name | Description | |
|---|---|---|
|
FilePath(IBasePathProvider) |
Default constructor. The file path is undefined.
|
|
FilePath(String, IBasePathProvider) |
Constructor. Assign the specified path.
|
|
FilePath(String, Boolean, IBasePathProvider) |
Constructor. Assign the specified path and fixed setting.
|
See Also