C# 클래스 IsraelHiking.DataAccess.FileSystemHelper

상속: IFileSystemHelper
파일 보기 프로젝트 열기: IsraelHikingMap/Site

공개 메소드들

메소드 설명
Exists ( string path ) : bool
FileOpenRead ( string filePath ) : Stream
GetCurrentDirectory ( ) : string
GetFileSize ( string path ) : long
GetLastModifiedDate ( string path ) : System.DateTime
GetNonHiddenDirectories ( string path ) : string[]
GetNonHiddenFiles ( string path ) : string[]
GetShortName ( string path ) : string
GetSize ( string fileName ) : long
WriteAllBytes ( string filePath, byte content ) : void

메소드 상세

Exists() 공개 메소드

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

FileOpenRead() 공개 메소드

public FileOpenRead ( string filePath ) : Stream
filePath string
리턴 Stream

GetCurrentDirectory() 공개 메소드

public GetCurrentDirectory ( ) : string
리턴 string

GetFileSize() 공개 메소드

public GetFileSize ( string path ) : long
path string
리턴 long

GetLastModifiedDate() 공개 메소드

public GetLastModifiedDate ( string path ) : System.DateTime
path string
리턴 System.DateTime

GetNonHiddenDirectories() 공개 메소드

public GetNonHiddenDirectories ( string path ) : string[]
path string
리턴 string[]

GetNonHiddenFiles() 공개 메소드

public GetNonHiddenFiles ( string path ) : string[]
path string
리턴 string[]

GetShortName() 공개 메소드

public GetShortName ( string path ) : string
path string
리턴 string

GetSize() 공개 메소드

public GetSize ( string fileName ) : long
fileName string
리턴 long

WriteAllBytes() 공개 메소드

public WriteAllBytes ( string filePath, byte content ) : void
filePath string
content byte
리턴 void