get_dlg_select_folder
get_dlg_select_folder($path,$caption,$action); - this function is used to create a dialog for selecting the path to the folder
The function accepts parameters as input:
$path – default path to open in the dialog $caption – hint displayed in the dialog$action – associated action (used to remember the last open path for each action)
After testing, the function returns the result of its work to the script :
Folder path – the path to the folder of the user's choice, or "" if you didn't enter anything.