DeveelDB  20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
Deveel.Data.Store.IFileSystem Member List

This is the complete list of members for Deveel.Data.Store.IFileSystem, including all inherited members.

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