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

Inheritance: IFileHelper
Show file Open project: jsnmgpnty/Blogness2.0

Public Methods

Method 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 method

public CreateDirectory ( string path ) : bool
path string
return bool

CreateFile() public method

public CreateFile ( string path ) : bool
path string
return bool

DeleteDirectory() public method

public DeleteDirectory ( string path ) : bool
path string
return bool

DeleteFile() public method

public DeleteFile ( string path ) : bool
path string
return bool

MoveFile() public method

public MoveFile ( string sourcePath, string targetPath ) : bool
sourcePath string
targetPath string
return bool