GridComputing
Job Management in Grid Computing
|
Namespaces | |
namespace | File |
Functions | |
bool | File::Load (const char *fileName, char *&buffer, size_t &size) |
Loads a file to a buffer of bytes (char) | |
bool | File::Save (const char *fileName, const char *buffer, size_t size) |
Saves a file from a buffer of bytes (char) | |
bool | File::Remove (const char *fileName) |
Deletes file with the given file name. | |