Back to product page

VirtualFiles property


Holds collection of virtual files for the user.

Type

A VirtualFiles object.

Syntax

  • Basic
object.VirtualFiles
The VirtualFiles(object) syntax has these parts:
objectAn 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.

Platforms

Windows