OpenFileRequester and SaveFileRequester handling
Posted: Mon Feb 17, 2014 12:19 am
if passing an existing directory as filename,
OpenFileRequester and
SaveFileRequester
should goto this directory, instead of parent directory and using the "file part" as filename.
or these functions should have an option to behave so.
Also the file pattern handling is unreliable - well, standard windows behaviour.
Debug SaveFileRequester("a", "c:\test\test", "*.mp3|*.mp3", 1)
returns c:\test\test
not returning the proper extension, and thus ignoring an already existing file c:\test\test.mp3, or read-only overwrite question.
OpenFileRequester and
SaveFileRequester
should goto this directory, instead of parent directory and using the "file part" as filename.
or these functions should have an option to behave so.
Also the file pattern handling is unreliable - well, standard windows behaviour.
Debug SaveFileRequester("a", "c:\test\test", "*.mp3|*.mp3", 1)
returns c:\test\test
not returning the proper extension, and thus ignoring an already existing file c:\test\test.mp3, or read-only overwrite question.