FilePath Constructor

There are three overloads for the constructor.

Overload List

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