84 /** The path of the directory to examine must be passed to this constructor, among the
85 * According to the following parameters, the object will collect the list of files, which
86 * can be modified later through other methods in this class.
87 * \param path The path to examine (IT MUST BE A DIRECTORY), e.g "d:\temp\", or "/usr/include/"
88 * \param mask One or the OR'ed combination of the values "FILE_ATTRIB_ARCHIVE" and "FILE_ATTRIB_DIRECTORY", depending on what file types do you want in the list (These values are platform-independent).
89 * \param outList The list of found files/directories is stored here.