Constructor TempFile
TempFile(FileInfo)
Creates a copy of the provided source file in a temporary location.
Declaration
public TempFile(FileInfo sourceFile)
Parameters
Type | Name | Description |
---|---|---|
FileInfo | sourceFile | The source file to be copied to a temporary location. |
TempFile()
Creates a file in temporary location.
Declaration
public TempFile()
TempFile(string)
Creates a file with given extension(starting with '.') in temporary location.
Declaration
public TempFile(string extension)
Parameters
Type | Name | Description |
---|---|---|
string | extension |