C# Class X.Web.Sitemap.FileSystemWrapper

Inheritance: IFileSystemWrapper
Afficher le fichier Open project: ernado-x/X.Web.Sitemap

Méthodes publiques

Méthode Description
DirectoryExists ( string pathToDirectory ) : bool
WriteFile ( string xmlString, DirectoryInfo targetDirectory, string targetFileName ) : FileInfo

Method Details

DirectoryExists() public méthode

public DirectoryExists ( string pathToDirectory ) : bool
pathToDirectory string
Résultat bool

WriteFile() public méthode

public WriteFile ( string xmlString, DirectoryInfo targetDirectory, string targetFileName ) : FileInfo
xmlString string
targetDirectory System.IO.DirectoryInfo
targetFileName string
Résultat System.IO.FileInfo