SelPath Property

Object List Next Object

Defined By:
FileListBox

Description:

A Read-only string that contains the exact path to the highlighted item.

Details:

SelPath will always have the exact path (drive and directories) to the highlighted item. The most common use of SelPath is to assign SelPath to the Path property on the DblClick event. If the SelType is a file, however, the SelPath is the
selected file.

Data Type: String (Read only)

See Also:

SelType property