vote up 0 vote down star

I want to save a file without showing the save dialog because the file is always the same. How can I make it? Thanks.

flag

1 Answer

vote up 7 vote down

The save dialog doesn't save a file, it simply presents the user with a method of selecting the file name and location for the file to be created.

If you want to save the file without displaying the save dialog, then don't display the save dialog.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.