C# 클래스 CSharpUtils.FileUtils

파일 보기 프로젝트 열기: soywiz/csharputils

공개 메소드들

메소드 설명
CopyTree ( String SourcePath, String DestinationPath ) : void

CreateAndAppendStream ( string Path, Stream InputStream ) : void
GetExecutableDirectoryPath ( ) : String
GetExecutableFilePath ( ) : String

메소드 상세

CopyTree() 공개 정적인 메소드

public static CopyTree ( String SourcePath, String DestinationPath ) : void
SourcePath String
DestinationPath String
리턴 void

CreateAndAppendStream() 공개 정적인 메소드

public static CreateAndAppendStream ( string Path, Stream InputStream ) : void
Path string
InputStream Stream
리턴 void

GetExecutableDirectoryPath() 공개 정적인 메소드

public static GetExecutableDirectoryPath ( ) : String
리턴 String

GetExecutableFilePath() 공개 정적인 메소드

public static GetExecutableFilePath ( ) : String
리턴 String