C# 클래스 Blog.Common.Utils.Helpers.FileHelper

상속: IFileHelper
파일 보기 프로젝트 열기: jsnmgpnty/Blogness2.0

공개 메소드들

메소드 설명
CreateDirectory ( string path ) : bool
CreateFile ( string path ) : bool
DeleteDirectory ( string path ) : bool
DeleteFile ( string path ) : bool
MoveFile ( string sourcePath, string targetPath ) : bool

메소드 상세

CreateDirectory() 공개 메소드

public CreateDirectory ( string path ) : bool
path string
리턴 bool

CreateFile() 공개 메소드

public CreateFile ( string path ) : bool
path string
리턴 bool

DeleteDirectory() 공개 메소드

public DeleteDirectory ( string path ) : bool
path string
리턴 bool

DeleteFile() 공개 메소드

public DeleteFile ( string path ) : bool
path string
리턴 bool

MoveFile() 공개 메소드

public MoveFile ( string sourcePath, string targetPath ) : bool
sourcePath string
targetPath string
리턴 bool