How to save multiple files at once through delphi save dialog -


i'm not able save multiple files @ time in delphi save dialog box. multiple files means want save files without mentioning anything(or asterisk) @ "filename" field in delphi tsavedialog. please let me know how achieve that.

of course not, because not intended for. cannot obtain multiple filenames single save dialog. provides one filename @ time. design.

i suspect want prompt user folder path instead. use selectdirectory() function (or win32 shbrowseforfolder() function directly) that, can create whatever files need in folder.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -