Hello,
Im trying to get an image for my aplication using the GetFileOpenName function. It's working I can choose the image that I want, but I want to block user to change the directory, the network button and the test file creation.
This is the code that I use to open the wizard:
GetFileOpenName(f_traduir("M","Seleccioni imatge"), ls_path, ls_name, "", ls_types, ls_default_path, 2624)
Im using the flag -> 2624
2^6 = 64 -> No move from actual folder
2^9 = 512 -> No show network button
2^11 = 2048 -> No create file
It hides the network button and don't let me create file, but I can change the folder. What I should do to block the directory change?