wodFTPServer ActiveX Control - VirtualFiles Property
      
 

Description

Holds collection of virtual files for the user.


Property type

A VirtualFiles object.  


Syntax

object.VirtualFiles



The VirtualFiles 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 files defined for the user. Virtual files are non-existent files - but are visible to user and actually point to completely different location on your file system.

VirtualFiles can be changed at run-time, and even while user is connected. Changes will be visible immediately.