Holds the different parts of a file name (path, base and extension) More...
#include <cbicaUtilities.h>
Public Member Functions | |
FileNameParts () | |
Default Constructor. | |
FileNameParts (const std::string &inputFileName) | |
Constructor with input file string. More... | |
void | SetFileName (const std::string &inputFileName) |
Member function to set the fullFileName. More... | |
Public Attributes | |
std::string | base |
std::string | extension |
std::string | fullFileName |
std::string | path |
Holds the different parts of a file name (path, base and extension)
This is a helper struct for uses concerning uses where different parts of a file (path, base, ext) need to be used multiple times.
|
inline |
Constructor with input file string.
inputFileName | The complete input file name |
|
inline |
Member function to set the fullFileName.
inputFileName | The complete input file name |