Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.206 Path Property

Description:

Contains a path name.

Used in:

Controls

FileList

FolderList

Object

Node

Values:

Node

An absolute path made up of the character strings defined in the Text properties of the Node objects for the TreeView control.

For example if the TreeView has the structure:

+aaa

+bbb

+ccc

the path value of Node object whose Text property is "ccc" is:

aaa\bbb\ccc

where "\" is the character defined in the PathSeparator property of the TreeView control.

Others

The relative or absolute path of the current folder.

Default value:

None.

COBOL picture:

X, up to 8192 bytes

OLE data type:

VT_BSTR

Design time access:

Not accessible.

Execution time access:

Node

Reference only.

Others

Set and reference.

Backward compatibility attribute:

Node

POW-PATHPIC X(260)