C# 클래스 Dev2.Common.Common.DirectoryHelper

파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf

공개 메소드들

메소드 설명
CleanUp ( string path ) : void
Copy ( string sourceDirName, string destDirName, bool copySubDirs ) : void

비공개 메소드들

메소드 설명
CheckIfDeleteIsValid ( FileSystemInfo fsi ) : void
DeleteFileSystemInfo ( FileSystemInfo fsi ) : void

메소드 상세

CleanUp() 공개 정적인 메소드

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

Copy() 공개 정적인 메소드

public static Copy ( string sourceDirName, string destDirName, bool copySubDirs ) : void
sourceDirName string
destDirName string
copySubDirs bool
리턴 void