class
public class FileToSave
Manages data about a locally existing file to be saved/exported.
Initializes a new instance of the FileToSave
class
with the specified file path.
Initializes a new instance of the FileToSave
class
with the specified file path and the new file name under which to save the file.
Initializes a new instance of the FileToSave
class
with the specified file path, new filename and extension.
Gets the current source path of the existing file.
Gets the name under which the file should be saved (including the extension).
Gets the file extension under which the file is to be saved.
Gets the MIME type of the file.
The SupportedFileType
associated with this file.