C# 클래스 fs4net.Framework.Utils.RootedDirectoryUtilities

파일 보기 프로젝트 열기: toroso/fs4net

공개 메소드들

메소드 설명
CopyTo ( this me, RootedDirectory destination ) : void

NOTE: Experimental. Subject to change. Copies the directory and all its contents to a new location. The new copy will have the name specified by the destination parameter. This operation is not atomic. This means that if the operation fails halfways (e.g. out of disk space) half of the destination files and directories will exist.

비공개 메소드들

메소드 설명
InternalCopyTo ( this source, RootedDirectory destination ) : void

메소드 상세

CopyTo() 공개 정적인 메소드

NOTE: Experimental. Subject to change. Copies the directory and all its contents to a new location. The new copy will have the name specified by the destination parameter. This operation is not atomic. This means that if the operation fails halfways (e.g. out of disk space) half of the destination files and directories will exist.
public static CopyTo ( this me, RootedDirectory destination ) : void
me this
destination RootedDirectory
리턴 void