wodFTPServer ActiveX Control - ResolvePath Method
      
 

Description

Resolves relative path.


Return Type

A String value.  


Syntax

object.ResolvePath (RelativePath)



The ResolvePath Method syntax has these parts:

Part Description
object An expression evaluating to an object of type FtpUser.
RelativePath Required. 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.