File tool.
More...
#include <GeomAlgoAPI_Tools.h>
|
| static GEOMALGOAPI_EXPORT std::string | extension (const std::string &theFileName) |
| | Returns an extension of theFileName. More...
|
| |
| static GEOMALGOAPI_EXPORT std::string | name (const std::string &theFileName) |
| | Returns a name of theFileName. More...
|
| |
| static GEOMALGOAPI_EXPORT std::string | path (const std::string &theFileName) |
| | Returns a directory path of theFileName. More...
|
| |
◆ extension()
| std::string File_Tools::extension |
( |
const std::string & |
theFileName | ) |
|
|
static |
Returns an extension of theFileName.
◆ name()
| std::string File_Tools::name |
( |
const std::string & |
theFileName | ) |
|
|
static |
Returns a name of theFileName.
◆ path()
| std::string File_Tools::path |
( |
const std::string & |
theFileName | ) |
|
|
static |
Returns a directory path of theFileName.