Method | Description | |
---|---|---|
Copy ( String src, String dest ) : void |
Copies one file to another. The destination file must not exist or an IOException will be thrown.
|
|
Create ( String filename ) : |
||
Create ( String filename, FileMode mode ) : |
||
Create ( String filename, FileMode mode, FileAccess access ) : |
||
Delete ( Document query ) : void |
Permanently removes all files from the database that match the query.
|
|
Delete ( Object id ) : void |
Permanently removes a file from the database.
|
|
Delete ( String filename ) : void |
Permanently removes a file from the database.
|
|
Exists ( Object id ) : System.Boolean |
Gets a value indicating whether the file exists.
|
|
Exists ( string name ) : System.Boolean |
Gets a value indicating whether the file exists.
|
|
GridFile ( |
||
GridFile ( |
||
ListFiles ( ) : ICursor | ||
ListFiles ( Document query ) : ICursor | ||
Move ( Object id, String dest ) : void | ||
Move ( String src, String dest ) : void | ||
Open ( string filename, FileMode mode, FileAccess access ) : |
||
OpenRead ( String filename ) : |
||
OpenWrite ( String filename ) : |
public Copy ( String src, String dest ) : void | ||
src | String | |
dest | String | |
return | void |
public Create ( String filename ) : |
||
filename | String | |
return |
public Create ( String filename, FileMode mode ) : |
||
filename | String | |
mode | FileMode | |
return |
public Create ( String filename, FileMode mode, FileAccess access ) : |
||
filename | String | |
mode | FileMode | |
access | FileAccess | |
return |
public Exists ( string name ) : System.Boolean | ||
name | string | |
return | System.Boolean |
public GridFile ( |
||
db | ||
bucket | string | |
return | System |
public ListFiles ( Document query ) : ICursor | ||
query | Document | |
return | ICursor |
public Move ( Object id, String dest ) : void | ||
id | Object | |
dest | String | |
return | void |
public Move ( String src, String dest ) : void | ||
src | String | |
dest | String | |
return | void |
public Open ( string filename, FileMode mode, FileAccess access ) : |
||
filename | string | |
mode | FileMode | |
access | FileAccess | |
return |
public OpenRead ( String filename ) : |
||
filename | String | |
return |
public OpenWrite ( String filename ) : |
||
filename | String | |
return |