|
FEDEM Solver
R8.0
Source code of the dynamics solver
|
Utilities for file path handling. More...
#include <algorithm>#include <cstring>#include <cctype>#include "FFaLib/FFaOS/FFaFortran.H"#include "FFaLib/FFaOS/FFaFilePath.H"
Macros | |
| #define | WRONG_SLASH '\\' |
| Wrong file separator on UNIX. More... | |
| #define | RIGHT_SLASH '/' |
| Right file separator on UNIX. More... | |
Functions | |
| SUBROUTINE (ffa_checkpath, FFA_CHECKPATH) | |
| Fortran wrapper for FFaFilePath::checkName(char*,size_t). More... | |
| SUBROUTINE (ffa_getbasename, FFA_GETBASENAME) const | |
| Fortran wrapper for FFaFilePath::getBaseName(const std::string&,bool). More... | |
Utilities for file path handling.
| #define RIGHT_SLASH '/' |
Right file separator on UNIX.
| #define WRONG_SLASH '\\' |
Wrong file separator on UNIX.
| SUBROUTINE | ( | ffa_checkpath | , |
| FFA_CHECKPATH | |||
| ) |
Fortran wrapper for FFaFilePath::checkName(char*,size_t).
| SUBROUTINE | ( | ffa_getbasename | , |
| FFA_GETBASENAME | |||
| ) | const |
Fortran wrapper for FFaFilePath::getBaseName(const std::string&,bool).