Name
Dirlist.Directory -- set/get active directory
Function
Set a new directory for the dirlist object. Since reading a directory can take a long long time, MUI delegates this work to a sub task.

Setting this attribute causes the object to clear the current directory (if any) and start loading a new one. Dirlist.Status will be set to Reading and the sub task will be launched.

By listening to Dirlist.Status, you can learn if the directory reading is completed or if something went wrong.

Passing the empty string here ("") just clears the current directory and sets Dirlist.Status to Invalid.

Defaults to SYS:.

Type
String

Applicability
ISG


Show TOC