The present implementation has limitations in Unicode support.
If the user selects a folder containting Unicode characters, the function returns the Unicode test correctly.
Limitations:
1) Title of the dialog can not be Unicode. This is provided in next version.
Sencond title, inside the dialog can be Unicode even in this version
2) Initdir can not be Unicode text. We are still to find a solution.
With the present version, this can be tried:

In the next version to be released soon we can have dialog title in Unicode
Code: Select all | Expand
local cTitle := "請選擇圖片存放路徑" ? cGetDir( cTitle, cInitDir, nil, cTitle + " 中文目錄" )

Still, cInitDir can not contain Unicode path. We are working on it.