]> git.lyx.org Git - features.git/blobdiff - src/support/FileInfo.h
various fixes from John, Martin and Kayvan, plus one of mine. Read ChangeLogs
[features.git] / src / support / FileInfo.h
index 4463207f235ebaad7c4bf250a2892657f9c31e19..78a0a99575c58501cd41dffe63519f65f838194a 100644 (file)
@@ -30,6 +30,9 @@
 #endif
 
 /** Use objects of this class to get information about files.
+ *
+ * Users must make sure to check fi.isOK() before any operations
+ * requiring the file to exist such as fi.isDir()
  */
 class FileInfo : boost::noncopyable {
 public: