Skip Directory Question
			 
			 
			
		
		
		
			
			Lets say I'm skipping *_thumbs* and *_small* but inside I have like 
 
\Pictures\001, 002, 003, 004... 
\Pictures_Small\001, 002, 003, 004... 
\Pictures_Thumbs\001, 002, 003, 004... 
 
In each of the 00# directories I have images... 
 
The skip list skips the thumbs and small directories but downloads all the images inside the other directories after that... Can the skip list be recursive somehow and not allow anything in that directory and under to be downloaded? 
 
Ex: 
 
\Pictures_Thumbs\001\filename.jpg is downloaded even if *_thumbs* is in the skip list...
		 
		
		
		
		
		
		
		
	 |