Utility functions / List of utility functions |
Opens a dialog window to get a directory path on the front-end workstation.
WINOPENDIR( dirname STRING, caption STRING ) RETURNING result STRING
This function opens a dialog window to let the user select a directory path on the front end workstation file system.
The function returns the directory path on success.
The function returns NULL if a problem has occurred or if the user canceled the dialog.