Back to product page

HomeDir property


Holds home directory for the user.

Type

A String value.

Syntax

  • Basic
object.HomeDir [= value]
The HomeDir(object,value) syntax has these parts:
objectAn expression evaluating to an object of type FtpUser.
valueA String value.

Remarks

HomeDir property specifies directory that would be considered as 'home' for the connected user. All relative paths will be calculated from this point. Setting HomeDir correctly prevents user's to access files and folders outside (levels up) from his home directory.

Platforms

Windows