C# Class KellermanSoftware.CompareNetObjects.FileHelper

Helper methods for files and directories
Afficher le fichier Open project: GregFinzer/Compare-Net-Objects

Méthodes publiques

Méthode 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 méthode

Get the current directory of the executing assembly
public static GetCurrentDirectory ( ) : string
Résultat string

PathSlash() public static méthode

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.
Résultat String