Updated function doc.
This commit is contained in:
parent
36f1ac2922
commit
26940950c3
@ -191,7 +191,8 @@ public:
|
||||
/** Enumerate files contained in this directory.
|
||||
*
|
||||
* @return file iterator to enumerate files
|
||||
* @throw exceptions::not_a_directory if this is not a directory
|
||||
* @throw exceptions::not_a_directory if this is not a directory,
|
||||
* exceptions::filesystem_exception if another error occurs
|
||||
*/
|
||||
virtual fileIterator* getFiles() const = 0;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user