View Single Post
  #2  
Old 02-07-2008, 07:41 AM
James James is offline
Registered User
 
Join Date: Jul 2007
Posts: 37
Yes, to copy the folder but not the contents you would need to add a wild card to the path. If you don't want invisible files (.DS_Store, .Trash etc…) to be copied too then you would also add the dot wild card as well.

You want your paths to be like this:

Visible files: Users/*/Movies/*
Invisible files: Users/*/Movies/.*
Reply With Quote