R
Robert Schwortschik
Hi there!
I've got a problem with the SaveFileDialog. In my program, the user must be
able to choose a directory where he has no writing rights (the rights are
handled by the program later).
Now I've already set the property "CheckPathExists" to False in order to
prevent that this error message is created (I translate from German):
"The file cannot be accessed. Check the security rights".
The problem is: Despite of this, that error message is shown now if a
filename is chosen that already exists in that directory (although
"OverwritePrompt" is also set to False!).
So I cannot find a way to get rid of this stupid error message!
Any ideas?
Best regards
Robert Schwortschik
I've got a problem with the SaveFileDialog. In my program, the user must be
able to choose a directory where he has no writing rights (the rights are
handled by the program later).
Now I've already set the property "CheckPathExists" to False in order to
prevent that this error message is created (I translate from German):
"The file cannot be accessed. Check the security rights".
The problem is: Despite of this, that error message is shown now if a
filename is chosen that already exists in that directory (although
"OverwritePrompt" is also set to False!).
So I cannot find a way to get rid of this stupid error message!
Any ideas?
Best regards
Robert Schwortschik