Bug in User.ResolvePath - WeOnlyDo Discussion board

Bug in User.ResolvePath (General questions)

by Chris, Friday, December 03, 2004, 10:24 (7094 days ago)

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

by wodSupport, Friday, December 03, 2004, 10:41 (7094 days ago) @ Chris

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

by Chris, Saturday, December 04, 2004, 10:14 (7093 days ago) @ wodSupport

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?