#include <vfs.h>
Inheritance diagram for Vfs:
Public Member Functions | |
virtual int | canonicalize (char *result, const char *filename, const char *cwd)=0 |
virtual int | createFile (const char *filename, UINT createtype)=0 |
virtual int | deleteFile (const char *filename)=0 |
virtual void * | enumFiletype (UINT *type, char **name, void *handle)=0 |
virtual int | compareFilenames (const char *a, const char *b)=0 |
virtual bool | findFirst (const char *dirname, pfind_t *f)=0 |
virtual bool | findNext (pfind_t *f)=0 |
virtual bool | findClose (pfind_t *f)=0 |
virtual int | getCaps ()=0 |
virtual const char * | getProtoName ()=0 |
virtual is_path_delim | isPathDelim ()=0 |
virtual int | makeDir (const char *dirname)=0 |
virtual int | open (const char *filename, bool edit)=0 |
virtual int | pstat (pstat_t *s, const char *filename)=0 |
virtual int | renameFile (const char *filename, const char *newname)=0 |
virtual int | fileClose (ht_streamfile *f)=0 |
virtual int | fileOpen (const char *filename, UINT access_mode, UINT open_mode, ht_streamfile **f)=0 |
|
Implemented in LocalFs, and RegistryFs. Referenced by FileBrowser::extract_url(). |
|
Implemented in LocalFs, and RegistryFs. Referenced by VfsListbox::changeURL(). |
|
Implemented in LocalFs, and RegistryFs. |
|
Implemented in LocalFs, and RegistryFs. |
|
Implemented in LocalFs, and RegistryFs. |
|
Implemented in LocalFs, and RegistryFs. |
|
Implemented in LocalFs, and RegistryFs. |
|
Implemented in LocalFs, and RegistryFs. Referenced by VfsListbox::reread(). |
|
Implemented in LocalFs, and RegistryFs. Referenced by VfsListbox::reread(). |
|
Implemented in LocalFs, and RegistryFs. Referenced by VfsListbox::reread(). |
|
Implemented in LocalFs, and RegistryFs. |
|
Implemented in LocalFs, and RegistryFs. Referenced by VfsListbox::changeURL(). |
|
Implemented in LocalFs, and RegistryFs. Referenced by VfsListbox::changeURL(). |
|
Implemented in LocalFs, and RegistryFs. |
|
Implemented in LocalFs, and RegistryFs. Referenced by VfsListbox2::selectEntry(). |
|
Implemented in LocalFs, and RegistryFs. Referenced by VfsListbox::changeURL(). |
|
Implemented in LocalFs, and RegistryFs. |