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
RelativePath property
Holds relative path of virtual file, as seen by the user.
Type
A String value.Syntax
- Basic
object.RelativePath [= value]
The RelativePath(object,value) syntax has these parts:
The RelativePath(object,value) syntax has these parts:
object | An expression evaluating to an object of type VirtualFile. |
value | A String value. |
Remarks
RelativePath property contains path, as seen by connected user, where virtual file should 'show up'. Typicaly, this will be something like "/home/joe" meaning that when user changes path to "/home/joe" he will see one more file you specified in Name property.RelativePath property supports wildcards as well. If full relative path matches given wildcard pattern, VirtualFile will be shown in the path. For example, it is allowed to use '*' for RelativePath - and VirtualFile will be shown in each directory accessed by the user.