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
VirtualFolders property
Holds collection of virtual folders for the user.
Type
A VirtualFolders object.Syntax
- Basic
object.VirtualFolders
The VirtualFolders(object) syntax has these parts:
The VirtualFolders(object) syntax has these parts:
object | An expression evaluating to an object of type FtpUser. |
Remarks
This property returns reference to list of all virtual folders defined for the user. Virtual folders are non-existent folders - but are visible to user and actually point to completely different location on your file system.VirtualFolders can be changed at run-time, and even while user is connected. Changes will be visible immediately.