C# Class UODownloader.Program

Mostrar archivo Open project: polserver/poltools

Public Methods

Method Description
GetPath ( ) : string
GetPath ( bool trailing_slash ) : string

Gets the folder path to where the EXE was run from (does not include the exe name)

Private Methods

Method Description
Application_ThreadException ( object sender, System e ) : void
CurrentDomain_UnhandledException ( object sender, UnhandledExceptionEventArgs args ) : void
Main ( ) : void

Method Details

GetPath() public static method

public static GetPath ( ) : string
return string

GetPath() public static method

Gets the folder path to where the EXE was run from (does not include the exe name)
public static GetPath ( bool trailing_slash ) : string
trailing_slash bool
return string