coreutil.h File Reference
#include "irrString.h"
#include "path.h"
Go to the source code of this file.
|
Namespaces |
namespace | irr |
namespace | irr::core |
Functions |
stringc & | irr::core::cutFilenameExtension (stringc &dest, const stringc &source) |
| cut the filename extension from a source string and stores in the dest string
|
core::stringw & | irr::core::deletePathFromFilename (core::stringw &filename) |
| delete path from filename
|
io::path & | irr::core::deletePathFromPath (io::path &filename, s32 pathCount) |
| trim paths
|
stringc & | irr::core::getFileNameExtension (stringc &dest, const stringc &source) |
| get the filename extension from a string
|
bool | irr::core::hasFileExtension (const io::path &filename, const io::path &ext0, const io::path &ext1="", const io::path &ext2="") |
| search if a filename has a proper extension
|
s32 | irr::core::isdigit (s32 c) |
| some standard function ( to remove dependencies )
|
s32 | irr::core::isFileExtension (const io::path &filename, const io::path &ext0, const io::path &ext1, const io::path &ext2) |
| search if a filename has a proper extension
|
s32 | irr::core::isInSameDirectory (const io::path &path, const io::path &file) |
s32 | irr::core::isspace (s32 c) |
s32 | irr::core::isupper (s32 c) |