C# Class KellermanSoftware.CompareNetObjects.FileHelper

Helper methods for files and directories
ファイルを表示 Open project: GregFinzer/Compare-Net-Objects

Public Methods

Method Description
GetCurrentDirectory ( ) : string

Get the current directory of the executing assembly

PathSlash ( string path ) : String

Ensure the passed string ends with a directory separator character unless the string is blank.

Method Details

GetCurrentDirectory() public static method

Get the current directory of the executing assembly
public static GetCurrentDirectory ( ) : string
return string

PathSlash() public static method

Ensure the passed string ends with a directory separator character unless the string is blank.
public static PathSlash ( string path ) : String
path string The string to append the backslash to.
return String