Back to product page

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:
objectAn 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.

Platforms

Windows