C# 클래스 System.IO.FileHandling

파일 보기 프로젝트 열기: Naphier/NGTools

공개 메소드들

메소드 설명
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