![]() |
CloudBuilder C++ SDK
v3.0.0
Making social games is easy !
|
#include <CFilesystem.h>
Public Member Functions | |
virtual bool | Delete (const char *aRelativePath) |
virtual CInputFile * | OpenForReading (const char *aRelativePath) |
virtual COutputFile * | OpenForWriting (const char *aRelativePath) |
Platform-dependent file system handler, can even be overriden by the app developer.
|
virtual |
Should delete a file with a given name.
aRelativePath | file name. |
|
virtual |
Should open a file for input.
aRelativePath | file name. |
|
virtual |
Should open a file for output.
aRelativePath | file name. |