NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
Go to the source code of this file.
Functions | |
bool | is_dir (std::string sPathname) |
This function checks whether a given string is a valid directory path. More... | |
bool | is_file (std::string sPathname) |
This function checks whether a given string is a valid file path. More... | |
bool is_dir | ( | std::string | sPathname | ) |
This function checks whether a given string is a valid directory path.
sPathname | std::string |
Definition at line 37 of file filecheck.cpp.
References checkInvalidChars(), NumeReKernel::getFileSystem(), NumeReKernel::getInstance(), and FileSystem::ValidFolderName().
Referenced by strfnc_isdir().
bool is_file | ( | std::string | sPathname | ) |
This function checks whether a given string is a valid file path.
sPathname | std::string |
Definition at line 67 of file filecheck.cpp.
References checkInvalidChars(), NumeReKernel::getFileSystem(), NumeReKernel::getInstance(), and FileSystem::ValidFileName().
Referenced by strfnc_isfile().