Main Page
|
Modules
|
Alphabetical List
|
Class List
|
File List
|
Class Members
|
File Members
File-handling helper functions
Functions
bool
file_present
(const std::string &filename)
void
remove_file
(const std::string &filename)
Function Documentation
bool file_present
(
const std::string &
filename
)
If the file
filename
is present, return
true
, else
false
.
void remove_file
(
const std::string &
filename
)
Removes the file
filename
.
Generated on Fri Jul 8 09:37:14 2005 for LevelS C++ support library