Hi I am using Teamsite 6.1. I have a workarea called ' Downld Files ' .Every time I give :>iwlistmod //servername/default/main/WORKAREA/Downld FilesI get this error:ERROR:02007: Error locating //servername/default/main/WORKAREA/DownldIs it a BUG in TeamSite 6.1.0 Service Pack 2 ?Now, we have many folders with 'space characters' in their names.I wanted to run a perl script on all the folders in default/main to get the list of modified files and then have them submitted using iwsubmit.IThe script was all set.Until I discovered that the folders with spaces in there names where not getting submitted.Is there any solution how I can avoid getting the above mentioned error ?
Try putting "" (quotes) around the file path and see if that works?
Cool it worked !Thanks Jeremy .
as a generall rule, it pays not to use spaces and any other non-alpanumerc characters. I'd restrict the naming to a-z 1-9 _ -
programmers count from '0', but yeah, end-users don't need it