Utility functions / Front-end dialog utility functions (IMPORT FGL fglwinexec) |
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.