Constructor FilePath
FilePath(string, bool)
Construct FilePath
Declaration
public FilePath(string str, bool isOuptut = false)
Parameters
| Type | Name | Description |
|---|---|---|
| string | str | The path of the target file |
| bool | isOuptut | Specify if the path is concerning a file to select or a new file to save to |