C# Class CSharpUtils.FileUtils

Show file Open project: soywiz/csharputils

Public Methods

Method Description
CopyTree ( String SourcePath, String DestinationPath ) : void

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

Method Details

CopyTree() public static method

public static CopyTree ( String SourcePath, String DestinationPath ) : void
SourcePath String
DestinationPath String
return void

CreateAndAppendStream() public static method

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

GetExecutableDirectoryPath() public static method

public static GetExecutableDirectoryPath ( ) : String
return String

GetExecutableFilePath() public static method

public static GetExecutableFilePath ( ) : String
return String