63 /** The path of the directory to examine must be passed to this constructor, among the
64 * According to the following parameters, the object will collect the list of files, which
65 * can be modified later through other methods in this class.
66 * \param path The path to examine (IT MUST BE A DIRECTORY), e.g "d:\temp\", or "/usr/include/"
67 * \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).
68 * \param outList The list of found files/directories is stored here.