Back to product page

Visible property


Holds UTF8 encoded name of the file or directory.

Type

A String value

Syntax

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

Remarks

Available only in ActiveX (GUI) version!

This property determines if item is shown inside wodFtpDLX window or is hidden. It can be set at any time. Changing it will cause immediate effect - meaning item will be shown/hidden immediately when this property is set.

Just a reminder - you must call ListDir to get directory listing, and then access files through Ftp.DirItems property in order for this property to be available!

Platforms

Windows