C# 클래스 SamirBoulema.TGit.Helpers.FileHelper

파일 보기 프로젝트 열기: sboulema/TGit 1 사용 예제들

공개 메소드들

메소드 설명
GetExactFileName ( string pathName ) : string

Get case sensitive path. http://stackoverflow.com/questions/325931/getting-actual-file-name-with-proper-casing-on-windows-with-net

GetExactPathName ( string pathName ) : string
GetMSysGit ( ) : string
GetSolutionDir ( DTE dte ) : string
GetTortoiseGitPlink ( ) : string
GetTortoiseGitProc ( ) : string
SaveAllFiles ( DTE dte ) : void

비공개 메소드들

메소드 설명
FindGitdir ( string path ) : string

메소드 상세

GetExactFileName() 공개 정적인 메소드

Get case sensitive path. http://stackoverflow.com/questions/325931/getting-actual-file-name-with-proper-casing-on-windows-with-net
public static GetExactFileName ( string pathName ) : string
pathName string
리턴 string

GetExactPathName() 공개 정적인 메소드

public static GetExactPathName ( string pathName ) : string
pathName string
리턴 string

GetMSysGit() 공개 정적인 메소드

public static GetMSysGit ( ) : string
리턴 string

GetSolutionDir() 공개 정적인 메소드

public static GetSolutionDir ( DTE dte ) : string
dte DTE
리턴 string

GetTortoiseGitPlink() 공개 정적인 메소드

public static GetTortoiseGitPlink ( ) : string
리턴 string

GetTortoiseGitProc() 공개 정적인 메소드

public static GetTortoiseGitProc ( ) : string
리턴 string

SaveAllFiles() 공개 정적인 메소드

public static SaveAllFiles ( DTE dte ) : void
dte DTE
리턴 void