Is it possible to pick a file for Open or Save with Shell("fexplore.exe" etc. ?
Or is there another way to pick a file other than OpenDialog and SaveDialog?
I only need to pick up the file path as a variable.
I want to pick a full path and needs to work on the device. Also I need a variable then to hold that full path.
Doesn't look you can do this with Shell, but maybe there is a way to do this with the API as in GetOpenFileName and GetSaveFileName in the Windows API.
Don't know even if there is an equivalent on the device.
I think I just found a very nice and simple solution to this. It is a little utility that replaces (optionally, so you can turn it off) the file open/save dialog on the device with a better one. Slightly tricky to install, but all the information is on this website:
Good. Quite a few of us use that utility to overcome the limitations of the normal Windows Mobile dialogs.
For the benefit of those who may be wondering why you would want to use this the reason is that the usual open and save dialogs restrict you to the MyDocuments folders and their contents. FileDialogChanger changes these dialogs to unrestricted ones that can access the entire folder structure on the device.