FEDEM Solver  R8.0
Source code of the dynamics solver
Macros | Functions
FFaFilePath.C File Reference

Utilities for file path handling. More...

#include <algorithm>
#include <cstring>
#include <cctype>
#include "FFaLib/FFaOS/FFaFortran.H"
#include "FFaLib/FFaOS/FFaFilePath.H"
Include dependency graph for FFaFilePath.C:

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...
 

Detailed Description

Utilities for file path handling.

Macro Definition Documentation

◆ RIGHT_SLASH

#define RIGHT_SLASH   '/'

Right file separator on UNIX.

◆ WRONG_SLASH

#define WRONG_SLASH   '\\'

Wrong file separator on UNIX.

Function Documentation

◆ SUBROUTINE() [1/2]

SUBROUTINE ( ffa_checkpath  ,
FFA_CHECKPATH   
)

◆ SUBROUTINE() [2/2]

SUBROUTINE ( ffa_getbasename  ,
FFA_GETBASENAME   
) const