YourCityInvadedByAliens
Documentation for code of the game
Static Public Member Functions | List of all members
YCore Class Reference

#include <ycore.h>

Static Public Member Functions

static std::string getCurrentDirectory ()
 
static bool dirExists (const std::string &sFilename)
 
static bool fileExists (const std::string &sFilename)
 
static std::vector< std::string > getListOfDirs (const std::string &sDirname)
 
static std::vector< std::string > getListOfFiles (const std::string &sDirname)
 

Member Function Documentation

◆ dirExists()

bool YCore::dirExists ( const std::string &  sFilename)
static

◆ fileExists()

bool YCore::fileExists ( const std::string &  sFilename)
static

◆ getCurrentDirectory()

std::string YCore::getCurrentDirectory ( )
static

◆ getListOfDirs()

std::vector< std::string > YCore::getListOfDirs ( const std::string &  sDirname)
static

◆ getListOfFiles()

std::vector< std::string > YCore::getListOfFiles ( const std::string &  sDirname)
static

The documentation for this class was generated from the following files: