Back to product page

ResolvedPath property


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

Type

A String value.

Syntax

  • Basic
object.ResolvedPath [= value]
The ResolvedPath(object,value) syntax has these parts:
objectAn expression evaluating to an object of type VirtualFile.
valueA String value.

Remarks

ResolvedPath holds full path (for example "C:\program files\WeOnlyDo!\Samples\FTPServer.vb") of the file that will be downloaded if user tries to download virtual file. User will not see or know real location of that file.

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.

Platforms

Windows