|
Previous Top Next |
Prototype: | (String pDir, Byte pShowWindow=False),Private |
pDir | Directory to start reading. |
pShowWindow | Boolean that determines if a progress window is shown during the reading process. |
This private method is called from ScanDirectories to recursively read folder information for the pDir and all its subfolders. Note that it is only called from ScanDirectories if the pRecurse parameter of ScanDirectories is true. After ReadDirectories has been called, the Directories property queue contains all the folders read. Note that the special "." and ".." folders are not included in the Directories queue.
See also: