summaryrefslogtreecommitdiff
path: root/include/modules.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/modules.h')
-rw-r--r--include/modules.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/modules.h b/include/modules.h
index c7fd780bd..c93e565fb 100644
--- a/include/modules.h
+++ b/include/modules.h
@@ -548,6 +548,9 @@ class FileReader : public classbase
*/
void LoadFile(std::string filename);
+ /** Returns true if the file exists
+ * This function will return false if the file could not be opened.
+ */
bool Exists();
/** Retrieve one line from the file.