Hi,

Current dir is "\"
 
> HostDirName = '1\2\3\';
> Cwd; // No Failure

of course

> HostDirName = 'a\b\c\d\';
> Cwd; // ERROR: 550 a\b\c\d\ : The system cannot find the path specified.

Haha, no surprise. The server is now looking for \1\2\3\a\b\c\d, and that 
porbably doesn't exist.
Set hostdirname to \a\b\c\d and it will probably work.

Best wishes,
Gunnar
-- 
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