wodFTPServer ActiveX Control - VirtualFolders Property
      
 

Description

Holds collection of virtual folders for the user.


Property type

A VirtualFolders object.  


Syntax

object.VirtualFolders



The VirtualFolders Property syntax has these parts:

Part Description
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.