NativeFileSO

Keiwando.NFSO.FileToSave

constructor

FileToSave

public FileToSave(string srcPath, string newName, string extension, string mimetype = "*/*", SupportedFileType fileType = null) : this(srcPath, newName, fileType) 

Summary

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

Parameters

srcPath

The current path to the existing file to be saved.

newName

The new file name including the extension.

extension

The new file extension.

mimetype

The MIME type of the file.

fileType

The file type associated with this file.