C# Класс System.IO.FileHandling

Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

SaveTempFile() публичный статический Метод

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
Результат string