File dialog

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

File dialog

Hatice
Hello,
 
We are creating a XML parser. I want to save a XML file when the user is executing the code. I want to give to user to choose the directory where the file will be saved.
So, I would like to know how can I open a file dialog to choose an URL where the user will save the file creating ?
 
Thanks by advance,
 
Hatice Oktay

Reply | Threaded
Open this post in threaded view
|

Re: File dialog

Philippe Marschall
> We are creating a XML parser. I want to save a XML file when the user is executing the code. I want to give to user to choose the directory where the file will be saved.
> So, I would like to know how can I open a file dialog to choose an URL where the user will save the file creating ?

Maybe
FileList2 modalFolderSelector


Cheers
Philippe