L
Larry__Weiss
Try
get-childitem \rm5_0_code_h\source\* -include
*.frm,*.ctl,*.bas,*.cls,*.cs,*.cpp,*.hpp,*.sql,*.java -Recurse
- Larry
Dan Holmes wrote:
get-childitem \rm5_0_code_h\source\* -include
*.frm,*.ctl,*.bas,*.cls,*.cs,*.cpp,*.hpp,*.sql,*.java -Recurse
- Larry
Dan Holmes wrote:
> I am trying get a limited set of files from a directory tree. The
> following is what i want but it doesn't work. I get everything.
>
> get-childitem -LiteralPath \rm5_0_code_h\source -include
> *.frm,*.ctl,*.bas,*.cls,*.cs,*.cpp,*.hpp,*.sql,*.java -Recurse
>
> i still get them all. what am i doing wrong?
>