Class jac::FilesystemFeature::Fs
Public Functions
Type | Name |
---|---|
Fs (FilesystemFeature & feature) |
|
bool | exists (std::string path_) |
bool | isDirectory (std::string path_) |
bool | isFile (std::string path_) |
std::string | loadCode (std::string filename) |
void | mkdir (std::string path_) |
File | open (std::string path_, std::string flags) |
std::vector< std::string > | readdir (std::string path_) |
void | rm (std::string path_) |
void | rmdir (std::string path_) |
Public Functions Documentation
function Fs
function exists
function isDirectory
function isFile
function loadCode
function mkdir
function open
function readdir
function rm
function rmdir
The documentation for this class was generated from the following file src/jac/features/filesystemFeature.h