C# 클래스 Fan.Sys.LocalFile

LocalFile represents a file or directory in the local file system.
상속: File
파일 보기 프로젝트 열기: xored/f4 1 사용 예제들

공개 메소드들

메소드 설명
@in ( Long bufSize ) : InStream
@out ( bool append, Long bufSize ) : OutStream
@typeof ( ) : Type
LocalFile ( System.IO.FileSystemInfo file ) : System.Collections
LocalFile ( System.IO.FileSystemInfo file, bool isDir ) : System.Collections
LocalFile ( Uri uri ) : System.Collections
LocalFile ( Uri uri, System.IO.FileSystemInfo file ) : System.Collections
create ( ) : File
delete ( ) : void
deleteOnExit ( ) : File
exists ( ) : bool
fileNameToUriName ( string name ) : string
fileToUri ( System.IO.FileSystemInfo file, bool isDir ) : Uri
list ( Regex pattern ) : List
mmap ( string mode, long pos, Long size ) : Buf
modified ( ) : DateTime
modified ( DateTime time ) : void
moveTo ( File to ) : File
normalize ( ) : File
open ( string mode ) : Buf
osPath ( ) : string
parent ( ) : File
pathToUri ( string path, bool isDir ) : Uri
pathToUri ( string path, bool isDir, string scheme ) : Uri
plus ( Uri uri, bool checkSlash ) : File
size ( ) : Long
toDotnet ( ) : System.IO.FileSystemInfo
toUri ( System.IO.FileSystemInfo file ) : Uri
uriToFile ( Uri uri ) : System.IO.FileSystemInfo
uriToPath ( Uri uri ) : string

비공개 메소드들

메소드 설명
LocalFile ( ) : System.Collections
createDir ( ) : void
createFile ( ) : void
handleProcessExit ( object sender, System args ) : void

메소드 상세

@in() 공개 메소드

public @in ( Long bufSize ) : InStream
bufSize Long
리턴 InStream

@out() 공개 메소드

public @out ( bool append, Long bufSize ) : OutStream
append bool
bufSize Long
리턴 OutStream

@typeof() 공개 메소드

public @typeof ( ) : Type
리턴 Type

LocalFile() 공개 메소드

public LocalFile ( System.IO.FileSystemInfo file ) : System.Collections
file System.IO.FileSystemInfo
리턴 System.Collections

LocalFile() 공개 메소드

public LocalFile ( System.IO.FileSystemInfo file, bool isDir ) : System.Collections
file System.IO.FileSystemInfo
isDir bool
리턴 System.Collections

LocalFile() 공개 메소드

public LocalFile ( Uri uri ) : System.Collections
uri Uri
리턴 System.Collections

LocalFile() 공개 메소드

public LocalFile ( Uri uri, System.IO.FileSystemInfo file ) : System.Collections
uri Uri
file System.IO.FileSystemInfo
리턴 System.Collections

create() 공개 메소드

public create ( ) : File
리턴 File

delete() 공개 메소드

public delete ( ) : void
리턴 void

deleteOnExit() 공개 메소드

public deleteOnExit ( ) : File
리턴 File

exists() 공개 메소드

public exists ( ) : bool
리턴 bool

fileNameToUriName() 공개 정적인 메소드

public static fileNameToUriName ( string name ) : string
name string
리턴 string

fileToUri() 공개 정적인 메소드

public static fileToUri ( System.IO.FileSystemInfo file, bool isDir ) : Uri
file System.IO.FileSystemInfo
isDir bool
리턴 Uri

list() 공개 메소드

public list ( Regex pattern ) : List
pattern Regex
리턴 List

mmap() 공개 메소드

public mmap ( string mode, long pos, Long size ) : Buf
mode string
pos long
size Long
리턴 Buf

modified() 공개 메소드

public modified ( ) : DateTime
리턴 DateTime

modified() 공개 메소드

public modified ( DateTime time ) : void
time DateTime
리턴 void

moveTo() 공개 메소드

public moveTo ( File to ) : File
to File
리턴 File

normalize() 공개 메소드

public normalize ( ) : File
리턴 File

open() 공개 메소드

public open ( string mode ) : Buf
mode string
리턴 Buf

osPath() 공개 메소드

public osPath ( ) : string
리턴 string

parent() 공개 메소드

public parent ( ) : File
리턴 File

pathToUri() 공개 정적인 메소드

public static pathToUri ( string path, bool isDir ) : Uri
path string
isDir bool
리턴 Uri

pathToUri() 공개 정적인 메소드

public static pathToUri ( string path, bool isDir, string scheme ) : Uri
path string
isDir bool
scheme string
리턴 Uri

plus() 공개 메소드

public plus ( Uri uri, bool checkSlash ) : File
uri Uri
checkSlash bool
리턴 File

size() 공개 메소드

public size ( ) : Long
리턴 Long

toDotnet() 공개 메소드

public toDotnet ( ) : System.IO.FileSystemInfo
리턴 System.IO.FileSystemInfo

toUri() 공개 정적인 메소드

public static toUri ( System.IO.FileSystemInfo file ) : Uri
file System.IO.FileSystemInfo
리턴 Uri

uriToFile() 공개 정적인 메소드

public static uriToFile ( Uri uri ) : System.IO.FileSystemInfo
uri Uri
리턴 System.IO.FileSystemInfo

uriToPath() 공개 정적인 메소드

public static uriToPath ( Uri uri ) : string
uri Uri
리턴 string