On Oct 3, 2006, at 16:53, rick cusimano wrote:

> Imagine you have 2 files, within the following directories:
>
> a\b\c\d\file1.txt
> 1\2\3\file2.txt
>
> If you try to change to one directory then to the other, you end up
> retrieving the same file twice, instead of 1 file from each directory.
> <!SNIP>

Please post some code, or at least pseudo-code explaining the algorithm 
you are using.

Are you checking the return code of CWD when you change directories?  
One thing to note is that if the CWD fails, the directory won't be 
changed, so you must make sure to check for errors after changing 
working directories.

        dZ.

-- 
        DZ-Jay [TeamICS]
        http://www.overbyte.be/eng/overbyte/teamics.html

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to