PCMFileSystemManager.cpp File Reference
#include "../include/PCMFileSystemManager.h"
#include "../include/PCMApplication.h"
#include <dirent.h>
#include <errno.h>
#include <sys/stat.h>
#include <iostream>
#include <fstream>
Include dependency graph for PCMFileSystemManager.cpp:
Go to the source code of this file.
Namespaces | |
namespace | ParCompMark |
Variables | |
int | errno |
The errno variable is used by many functions to return error values. |
Variable Documentation
int errno |
The errno variable is used by many functions to return error values.
Referenced by ParCompMark::FileSystemManager::createDirectory(), and ParCompMark::FileSystemManager::existsFile().