C# Class System.IO.FileHandling

显示文件 Open project: Naphier/NGTools

Public Methods

Method Description
SaveTempFile ( string originalFilePath ) : string

Saves a temp file to the same directory. Returns that file name. If the temp file already exists it will be overwritten. Throws exception if parameter is null.

Method Details

SaveTempFile() public static method

Saves a temp file to the same directory. Returns that file name. If the temp file already exists it will be overwritten. Throws exception if parameter is null.
public static SaveTempFile ( string originalFilePath ) : string
originalFilePath string
return string