C# Class Blog.Common.Utils.Helpers.FileHelper

Inheritance: IFileHelper
Afficher le fichier Open project: jsnmgpnty/Blogness2.0

Méthodes publiques

Méthode Description
CreateDirectory ( string path ) : bool
CreateFile ( string path ) : bool
DeleteDirectory ( string path ) : bool
DeleteFile ( string path ) : bool
MoveFile ( string sourcePath, string targetPath ) : bool

Method Details

CreateDirectory() public méthode

public CreateDirectory ( string path ) : bool
path string
Résultat bool

CreateFile() public méthode

public CreateFile ( string path ) : bool
path string
Résultat bool

DeleteDirectory() public méthode

public DeleteDirectory ( string path ) : bool
path string
Résultat bool

DeleteFile() public méthode

public DeleteFile ( string path ) : bool
path string
Résultat bool

MoveFile() public méthode

public MoveFile ( string sourcePath, string targetPath ) : bool
sourcePath string
targetPath string
Résultat bool