C# 클래스 KellermanSoftware.CompareNetObjects.FileHelper

Helper methods for files and directories
파일 보기 프로젝트 열기: GregFinzer/Compare-Net-Objects

공개 메소드들

메소드 설명
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