FilePath Constructor

HTML to MAML Converter

FilePath Constructor
There are three overloads for the constructor.
Overload List
  Name Description
Public method FilePath(IBasePathProvider)
Default constructor. The file path is undefined.
Public method FilePath(String, IBasePathProvider)
Constructor. Assign the specified path.
Public method FilePath(String, Boolean, IBasePathProvider)
Constructor. Assign the specified path and fixed setting.
Top
See Also