C# 클래스 Staticity.IOHelper

파일 보기 프로젝트 열기: JeremySkinner/Staticity

공개 메소드들

메소드 설명
CopyFilesRecursively ( DirectoryInfo source, DirectoryInfo target ) : void
DeleteDirectory ( string path ) : void

비공개 메소드들

메소드 설명
DeleteFile ( string path ) : void
SetAttributesNormal ( DirectoryInfo dir ) : void

The Delete() method will fail with UnauthorizedAccessException if any files in the directory tree have the read-only flag. Delete() cannot delete anything with read-only flag even if the user running the application has priviliges to delete these files.

메소드 상세

CopyFilesRecursively() 공개 정적인 메소드

public static CopyFilesRecursively ( DirectoryInfo source, DirectoryInfo target ) : void
source System.IO.DirectoryInfo
target System.IO.DirectoryInfo
리턴 void

DeleteDirectory() 공개 정적인 메소드

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