Functions | |
| int | makeDir (const std::string &path, unsigned mode) |
| Creates a hierarchy of directories rather than just one dir. | |
| int | makeDir (const char *path, unsigned mode) |
| makeDir that takes a char* for an argument. | |
| bool | fileAccessCheck (const char *fname, std::ios::openmode mode=std::ios::in) |
| Returns true if the file exists. | |
| bool | fileAccessCheck (const std::string &fname, std::ios::openmode mode=std::ios::in) |
|
||||||||||||
|
Definition at line 142 of file FileUtils.hpp. Referenced by FFIdentifier::FFIdentifier(). |
|
||||||||||||
|
Returns true if the file exists. Only readability is verified unless the user inputs the openmode of interest.
Definition at line 135 of file FileUtils.hpp. |
|
||||||||||||
|
makeDir that takes a char* for an argument.
Definition at line 123 of file FileUtils.hpp. |
|
||||||||||||
|
Creates a hierarchy of directories rather than just one dir. This intentionally doesn't check the mkdir return codes because there is no difference between return codes for directories that already exist and error creating new ones.
Definition at line 88 of file FileUtils.hpp. Referenced by FileFilterFrameWithHeader::writeFile(), and FileFilterFrame::writeFile(). |
1.3.9.1