NativeFileSO

Keiwando.NFSO.FileToSave

constructor

FileToSave

public FileToSave(string srcPath, string newName, SupportedFileType fileType = null) : this(srcPath, fileType) 

Summary

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

Parameters

srcPath

The current path to the existing file to be saved.

newName

The new file name including the extension.

fileType

The file type associated with this file.