C# 클래스 X.Web.Sitemap.FileSystemWrapper

상속: IFileSystemWrapper
파일 보기 프로젝트 열기: ernado-x/X.Web.Sitemap

공개 메소드들

메소드 설명
DirectoryExists ( string pathToDirectory ) : bool
WriteFile ( string xmlString, DirectoryInfo targetDirectory, string targetFileName ) : FileInfo

메소드 상세

DirectoryExists() 공개 메소드

public DirectoryExists ( string pathToDirectory ) : bool
pathToDirectory string
리턴 bool

WriteFile() 공개 메소드

public WriteFile ( string xmlString, DirectoryInfo targetDirectory, string targetFileName ) : FileInfo
xmlString string
targetDirectory System.IO.DirectoryInfo
targetFileName string
리턴 System.IO.FileInfo