C# Класс KellermanSoftware.CompareNetObjects.FileHelper

Helper methods for files and directories
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

GetCurrentDirectory() публичный статический Метод

Get the current directory of the executing assembly
public static GetCurrentDirectory ( ) : string
Результат string

PathSlash() публичный статический Метод

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.
Результат String