DeveelDB  20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
Public Member Functions | List of all members
Deveel.Data.Store.IFileSystem Interface Reference
Inheritance diagram for Deveel.Data.Store.IFileSystem:
Deveel.Data.Store.LocalFileSystem

Public Member Functions

bool FileExists (string path)
 
IFile OpenFile (string path, bool readOnly)
 
IFile CreateFile (string path)
 
bool DeleteFile (string path)
 
string CombinePath (string path1, string path2)
 
bool RenameFile (string sourcePath, string destPath)
 
bool DirectoryExists (string path)
 
void CreateDirectory (string path)
 
long GetFileSize (string path)
 

Detailed Description

Definition at line 20 of file IFileSystem.cs.

Member Function Documentation

string Deveel.Data.Store.IFileSystem.CombinePath ( string  path1,
string  path2 
)
void Deveel.Data.Store.IFileSystem.CreateDirectory ( string  path)
IFile Deveel.Data.Store.IFileSystem.CreateFile ( string  path)
bool Deveel.Data.Store.IFileSystem.DeleteFile ( string  path)
bool Deveel.Data.Store.IFileSystem.DirectoryExists ( string  path)
bool Deveel.Data.Store.IFileSystem.FileExists ( string  path)
long Deveel.Data.Store.IFileSystem.GetFileSize ( string  path)
IFile Deveel.Data.Store.IFileSystem.OpenFile ( string  path,
bool  readOnly 
)
bool Deveel.Data.Store.IFileSystem.RenameFile ( string  sourcePath,
string  destPath 
)

The documentation for this interface was generated from the following file: