| Subject: Re: Grap some files from folder but not others |
Author: Xavier Roche |
Date: 07/10/2003 20:42 |
| | > Can I do something like:
> -mywarehouseserver/temp/*/*
> +mywarehouseserver/temp/*/*.pdf
> +mywarehouseserver/temp/*/*.DOC
> +mywarehouseserver/temp/*/*.PPT
Yes this should do the trick.
You could even do
-*
+mywarehouseserver/temp/*/*.pdf
+mywarehouseserver/temp/*/*.doc
+mywarehouseserver/temp/*/*.ppt
(note: filters are case insensitive)
| |
|
|
|
|
b
Created with FORUM 2.0.11