Bug in User.ResolvePath (General questions)
Hi
I just added a Debug.Print User.ResolvePath(User.HimeDir) in IwodFTPDNotify_LoginPassword and the result return was a double path i.e. c:\abc\c:\abc instead of c:\abc.
Also, if user.homedir = c:\abc , and user had cd in to files, is it possible to have additional user fields with:
User.ResolvedPath - returns c:\abc\files
and
User.RelativePath - returns /files
[:wink:]
Chris
Re: Bug in User.ResolvePath
Chris,
if you add \ at the end of c:\abc\ does it help?
This '/files' looks ok to me - it should resolve to c:\abc\files, am I correct?
In order to duplicate the bug, can you zip sample and send it over to techsupport@weonlydo.com, so we can try it here?
Re: Bug in User.ResolvePath
Chris,
if you add \ at the end of c:\abc\ does it help?
This '/files' looks ok to me - it should resolve to c:\abc\files, am I correct?
In order to duplicate the bug, can you zip sample and send it over to techsupport@weonlydo.com, so we can try it here?