From ae9cbd7ffb0f788893f929176a91c7a78f911c77 Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 7 Apr 2004 19:09:59 +0000 Subject: [PATCH] added documentation to FileReader::Exists() git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@426 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/modules.h | 3 +++ 1 file changed, 3 insertions(+) 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. -- 2.39.5