wodFTPServer ActiveX Control - ResolvedPath Property
      
 

Description

Holds full path to location on your system where virtual folder points to.


Property type

A String value.  


Syntax

object.ResolvedPath [= value]



The ResolvedPath Property syntax has these parts:

Part Description
object An expression evaluating to an object of type VirtualFolder.
value A String value.

Remarks

ResolvedPath holds full path (for example "C:\program files\WeOnlyDo!\Samples\FTPServer") where user will be placed if he changes directory into virtual folder. User will see contents of this path, but will not know real name or location of it.

Value of this property can be changed on the fly at any time for particular user. wodFTPServer will not cache it - each time user access this path it will be read from the collection.