C# 클래스 Junior.Route.AspNetIntegration.FileSystem

상속: IFileSystem
파일 보기 프로젝트 열기: nathan-alden/junior-route

공개 메소드들

메소드 설명
AbsolutePath ( string relativePath ) : string
CombineRelativePaths ( ) : string
CombineRelativePaths ( IEnumerable relativePaths ) : string
DirectoryExists ( string directory ) : bool
FileExists ( string path ) : bool
FileSize ( string path ) : int
FileSystem ( IHttpRuntime httpRuntime ) : System
GetDirectoryFiles ( string path ) : string[]
GetDirectoryFiles ( string path, string searchPattern ) : string[]
GetDirectoryFiles ( string path, string searchPattern, SearchOption searchOption ) : string[]
OpenFile ( string path ) : Stream
OpenFile ( string path, FileMode mode ) : Stream
OpenFile ( string path, FileMode mode, FileAccess access ) : Stream
OpenFile ( string path, FileMode mode, FileAccess access, FileShare share ) : Stream

메소드 상세

AbsolutePath() 공개 메소드

public AbsolutePath ( string relativePath ) : string
relativePath string
리턴 string

CombineRelativePaths() 공개 메소드

public CombineRelativePaths ( ) : string
리턴 string

CombineRelativePaths() 공개 메소드

public CombineRelativePaths ( IEnumerable relativePaths ) : string
relativePaths IEnumerable
리턴 string

DirectoryExists() 공개 메소드

public DirectoryExists ( string directory ) : bool
directory string
리턴 bool

FileExists() 공개 메소드

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

FileSize() 공개 메소드

public FileSize ( string path ) : int
path string
리턴 int

FileSystem() 공개 메소드

public FileSystem ( IHttpRuntime httpRuntime ) : System
httpRuntime IHttpRuntime
리턴 System

GetDirectoryFiles() 공개 메소드

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

GetDirectoryFiles() 공개 메소드

public GetDirectoryFiles ( string path, string searchPattern ) : string[]
path string
searchPattern string
리턴 string[]

GetDirectoryFiles() 공개 메소드

public GetDirectoryFiles ( string path, string searchPattern, SearchOption searchOption ) : string[]
path string
searchPattern string
searchOption SearchOption
리턴 string[]

OpenFile() 공개 메소드

public OpenFile ( string path ) : Stream
path string
리턴 Stream

OpenFile() 공개 메소드

public OpenFile ( string path, FileMode mode ) : Stream
path string
mode FileMode
리턴 Stream

OpenFile() 공개 메소드

public OpenFile ( string path, FileMode mode, FileAccess access ) : Stream
path string
mode FileMode
access FileAccess
리턴 Stream

OpenFile() 공개 메소드

public OpenFile ( string path, FileMode mode, FileAccess access, FileShare share ) : Stream
path string
mode FileMode
access FileAccess
share FileShare
리턴 Stream