NativeFileSO

Keiwando.NFSO

class

FileToSave

public class FileToSave 

Summary

Manages data about a locally existing file to be saved/exported.

Constructors

public FileToSave(string, SupportedFileType)

Initializes a new instance of the FileToSave class with the specified file path.

public FileToSave(string, string, SupportedFileType)

Initializes a new instance of the FileToSave class with the specified file path and the new file name under which to save the file.

public FileToSave(string, string, string, string, SupportedFileType)

Initializes a new instance of the FileToSave class with the specified file path, new filename and extension.

Properties

public string SrcPath

Gets the current source path of the existing file.

public string Name

Gets the name under which the file should be saved (including the extension).

public string Extension

Gets the file extension under which the file is to be saved.

public string MimeType

Gets the MIME type of the file.