Back to product page

ResolvePath method


Disconnects user for the server.

Type

A String value.

Syntax

  • Basic
object.ResolvePath (RelativePath)
The ResolvePath(object,RelativePath) syntax has these parts:
objectAn expression evaluating to an object of type FtpUser.
RelativePathRequired. A String value. Holds relative path that needs to be resolved.

Remarks

This method will resolve relative path (as seen by the user) to actual file/folder on the disk. It will convert slash characters to backslash, and will expand any virtual folders that may exist in relative path.

Platforms

Windows