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

Email notification in google apps script -

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

javascript - IE11 incompatibility with jQuery's 'readonly'? -