Back to product page
- Introduction
- Overview
- License agreement
- Getting Started
- Objects
- Enumerations
- wodFTPD
- Methods
- Properties
- Authentication
- BindIP
- BindIPType
- Certificate
- DirFormat
- Encryption
- EncryptionList
- FileLocking
- FIPS
- ForceUTF8
- GoodbyeMessage
- GreetingMessage
- HMacList
- HostKeyList
- KeyExchangeList
- MaxDataPort
- MinDataPort
- MonitorTransfers
- MyHostname
- MyIP
- Notification
- PasvPort
- Port
- Protocol
- Secure
- ServerName
- SFTPVersion
- Status
- StrictDataIP
- Threads
- Timeout
- UseIPv6
- Users
- Version
- VirtualFiles
- VirtualFolders
- Events
- wodFTPDNotify
- FtpUser
- FtpUsers
- VirtualFile
- VirtualFiles
- VirtualFolder
- VirtualFolders
- How to get support?
- Technical information
- Fast notifications interface
- Error list
ResolvedPath property
Holds full path to location on your system where virtual folder points to.
Type
A String value.Syntax
- Basic
object.ResolvedPath [= value]
The ResolvedPath(object,value) syntax has these parts:
The ResolvedPath(object,value) syntax has these parts:
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.