Folder Path Constructor
There are three overloads for the constructor.
Overload List
| FolderPath(IBasePathProvider) | Default constructor. The folder path is undefined. |
| FolderPath(String, IBasePathProvider) | Constructor. Assign the specified path. |
| FolderPath(String, Boolean, IBasePathProvider) | Constructor. Assign the specified path and fixed setting. |