Bug in User.ResolvePath (General questions)

by Chris, (7454 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

locked

Re: Bug in User.ResolvePath

by Jasmine, (7454 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?

locked

Re: Bug in User.ResolvePath

by Chris, (7453 days ago) @ Jasmine

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?

locked