[sword-svn] r3437 - trunk/include
scribe at crosswire.org
scribe at crosswire.org
Fri Oct 21 20:50:02 MST 2016
Author: scribe
Date: 2016-10-21 20:50:02 -0700 (Fri, 21 Oct 2016)
New Revision: 3437
Modified:
trunk/include/filemgr.h
Log:
updated comments to note that existsFile and existDir also check for
readability
Modified: trunk/include/filemgr.h
===================================================================
--- trunk/include/filemgr.h 2016-10-02 12:27:01 UTC (rev 3436)
+++ trunk/include/filemgr.h 2016-10-22 03:50:02 UTC (rev 3437)
@@ -151,13 +151,13 @@
virtual void flush();
virtual long resourceConsumption();
- /** Checks for the existence of a file.
+ /** Checks for the existence and readability of a file.
* @param ipath Path to file.
* @param ifileName Name of file to check for.
*/
static signed char existsFile(const char *ipath, const char *ifileName = 0);
- /** Checks for the existence of a directory.
+ /** Checks for the existence and readability of a directory.
* @param ipath Path to directory.
* @param idirName Name of directory to check for.
*/
More information about the sword-cvs
mailing list