Summary
    Storage adapter to store db4o database data to physical
    files on hard disc.
    
		- Assembly
- Db4objects.Db4o-2010 .dll 
- Namespace
- Db4objects.Db4o .IO 
- Interfaces
- Base Types
- 
									- Object
 
							graph BT
	Type-->Base0["Object"]
	Type-.->Interface0["IStorage"]
	click Interface0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.IO/IStorage"
	Type["FileStorage"]
class Type type-node
						
					Syntax
public class FileStorage : IStorageRemarks
    Storage adapter to store db4o database data to physical
    files on hard disc.
    
			Methods
| Name | Value | Summary | 
|---|---|---|
| Delete | void | |
| Exists | bool | returns true if the specified file system path already exists. | 
| Open | IBin | 
    opens a
     Db4objects.Db4o.IO.IBinon the specified URI (file system path). | 
| Rename | void |