C# Class System.IO.FileHandling

Afficher le fichier Open project: Naphier/NGTools

Méthodes publiques

Méthode 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 méthode

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
Résultat string