constructor
public FileToSave(string srcPath, string newName, SupportedFileType fileType = null) : this(srcPath, fileType)
Initializes a new instance of the FileToSave
class
with the specified file path and the new file name under which to save the file.
srcPath
newName
fileType