summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2004-04-07 19:09:59 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2004-04-07 19:09:59 +0000
commitae9cbd7ffb0f788893f929176a91c7a78f911c77 (patch)
tree6eb162c5bc5d97f7cc2629ca71594c2bdd39d8c4 /include
parent89e16b7208f74b0e6cc5e27407ecc8b23b956d3a (diff)
added documentation to FileReader::Exists()
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@426 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
-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.