Skip to content

Class jac::FilesystemFeature::Fs

ClassList > 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

inline Fs::Fs (
    FilesystemFeature & feature
) 

function exists

inline bool Fs::exists (
    std::string path_
) 

function isDirectory

inline bool Fs::isDirectory (
    std::string path_
) 

function isFile

inline bool Fs::isFile (
    std::string path_
) 

function loadCode

inline std::string Fs::loadCode (
    std::string filename
) 

function mkdir

inline void Fs::mkdir (
    std::string path_
) 

function open

inline File Fs::open (
    std::string path_,
    std::string flags
) 

function readdir

inline std::vector< std::string > Fs::readdir (
    std::string path_
) 

function rm

inline void Fs::rm (
    std::string path_
) 

function rmdir

inline void Fs::rmdir (
    std::string path_
) 


The documentation for this class was generated from the following file src/jac/features/filesystemFeature.h