I would like to save a file in a specific folder, I used the function
DOWNLOADFROMSTREAM
But can I make it work without a show popup to the user, making it in the background in a specific folder?
TempFile.CREATEINSTREAM(NewStream); ToFileName := 'SampleFile.txt'; DOWNLOADFROMSTREAM(NewStream,’ Export’,'', ’ All Files (*.*)|*.*’,ToFileName)
And besides that can I create a Folder with AL
I made some search and I just found that I can only make zipFolder with
Codeunit "Data Compression"
But this codeunit doesn't exist in older version is there any equivalent for it?