C# 클래스 Raven.Database.Extensions.IOExtensions

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

공개 메소드들

메소드 설명
CopyDirectory ( string from, string to ) : void
DeleteDirectory ( string directory ) : void
ToFullPath ( this path ) : string

비공개 메소드들

메소드 설명
CopyDirectory ( DirectoryInfo source, DirectoryInfo target ) : void
TryHandlingError ( string directory, int i, Exception e ) : void

메소드 상세

CopyDirectory() 공개 정적인 메소드

public static CopyDirectory ( string from, string to ) : void
from string
to string
리턴 void

DeleteDirectory() 공개 정적인 메소드

public static DeleteDirectory ( string directory ) : void
directory string
리턴 void

ToFullPath() 공개 정적인 메소드

public static ToFullPath ( this path ) : string
path this
리턴 string