|
Previous Top Next |
This queue type is declared as Directories and is used in the ScanDirectories and ReadDirectories methods.
ITDirQueue QUEUE,TYPE
FullName CString(2049)
DirectoryName CString(2049)
FilesLoaded Byte
SubLevel Byte
FileCounter Long
END
The Fullname field contains the full path and name of the folder, such as "C:\Program Files\Icetips" where as the DirectoryName contains just the deepest level name, i.e. "Icetips" The SubLevel field contains the number of directory levels "down" the current directory is. In the case of "C:\Program Files\Icetips", "Icetips" would be at level 2. This can be determined on any path string by using the GetLevel method, but please note that it is not UNC compatible.