C# 클래스 nHydrate.Generator.Common.Util.FileSystemHelper

파일 보기 프로젝트 열기: nHydrate/nHydrate

공개 메소드들

메소드 설명
CopyFolder ( string sourceFolder, string destFolder ) : void
CopyFolder ( string sourceFolder, string destFolder, bool overwrite ) : void
DirectoryFromFileName ( string fileName ) : string
FileSystemHelper ( ) : System
ValidDirectoryString ( string directoryPath ) : bool

메소드 상세

CopyFolder() 공개 정적인 메소드

public static CopyFolder ( string sourceFolder, string destFolder ) : void
sourceFolder string
destFolder string
리턴 void

CopyFolder() 공개 정적인 메소드

public static CopyFolder ( string sourceFolder, string destFolder, bool overwrite ) : void
sourceFolder string
destFolder string
overwrite bool
리턴 void

DirectoryFromFileName() 공개 정적인 메소드

public static DirectoryFromFileName ( string fileName ) : string
fileName string
리턴 string

FileSystemHelper() 공개 메소드

public FileSystemHelper ( ) : System
리턴 System

ValidDirectoryString() 공개 정적인 메소드

public static ValidDirectoryString ( string directoryPath ) : bool
directoryPath string
리턴 bool