Method | Description | |
---|---|---|
@in ( Long bufSize ) : |
||
@out ( bool append, Long bufSize ) : |
||
@typeof ( ) : |
||
LocalFile ( System.IO.FileSystemInfo file ) : System.Collections | ||
LocalFile ( System.IO.FileSystemInfo file, bool isDir ) : System.Collections | ||
LocalFile ( |
||
LocalFile ( |
||
create ( ) : |
||
delete ( ) : void | ||
deleteOnExit ( ) : |
||
exists ( ) : bool | ||
fileNameToUriName ( string name ) : string | ||
fileToUri ( System.IO.FileSystemInfo file, bool isDir ) : |
||
list ( |
||
mmap ( string mode, long pos, Long size ) : |
||
modified ( ) : |
||
modified ( |
||
moveTo ( |
||
normalize ( ) : |
||
open ( string mode ) : |
||
osPath ( ) : string | ||
parent ( ) : |
||
pathToUri ( string path, bool isDir ) : |
||
pathToUri ( string path, bool isDir, string scheme ) : |
||
plus ( |
||
size ( ) : Long | ||
toDotnet ( ) : System.IO.FileSystemInfo | ||
toUri ( System.IO.FileSystemInfo file ) : |
||
uriToFile ( |
||
uriToPath ( |
Method | Description | |
---|---|---|
LocalFile ( ) : System.Collections | ||
createDir ( ) : void | ||
createFile ( ) : void | ||
handleProcessExit ( object sender, System args ) : void |
public @out ( bool append, Long bufSize ) : |
||
append | bool | |
bufSize | Long | |
return |
public LocalFile ( System.IO.FileSystemInfo file ) : System.Collections | ||
file | System.IO.FileSystemInfo | |
return | System.Collections |
public LocalFile ( System.IO.FileSystemInfo file, bool isDir ) : System.Collections | ||
file | System.IO.FileSystemInfo | |
isDir | bool | |
return | System.Collections |
public LocalFile ( |
||
uri | ||
return | System.Collections |
public LocalFile ( |
||
uri | ||
file | System.IO.FileSystemInfo | |
return | System.Collections |
public static fileNameToUriName ( string name ) : string | ||
name | string | |
return | string |
public static fileToUri ( System.IO.FileSystemInfo file, bool isDir ) : |
||
file | System.IO.FileSystemInfo | |
isDir | bool | |
return |
public mmap ( string mode, long pos, Long size ) : |
||
mode | string | |
pos | long | |
size | Long | |
return |
public static pathToUri ( string path, bool isDir ) : |
||
path | string | |
isDir | bool | |
return |
public static pathToUri ( string path, bool isDir, string scheme ) : |
||
path | string | |
isDir | bool | |
scheme | string | |
return |
public plus ( |
||
uri | ||
checkSlash | bool | |
return |
public toDotnet ( ) : System.IO.FileSystemInfo | ||
return | System.IO.FileSystemInfo |
public static toUri ( System.IO.FileSystemInfo file ) : |
||
file | System.IO.FileSystemInfo | |
return |
public static uriToFile ( |
||
uri | ||
return | System.IO.FileSystemInfo |