Skip folder without read permission
Status: Alpha
Brought to you by:
pforret
Going through large directory structures, it would ben convenient if warmzip would skip folders you don't have read permissions on. Now it breaks on line 441: If bRecursive And oFolder.Subfolders.Count > 0 Then....because it is starting to read the contents of the folder.
I propose skipping no read permissions folder. I attached my propoesed new code for Function Walk(sFOlder)
function walk skipping no read permissions folders