Hello everyone.
When I was saving the file using Save As,I cannot select another folder or change the file name.If I selected another folder or changed the scheduled saved file name,The saved file has no content, and the size is 0 KB.
If I do not change the folder or file name,It can be stored normally.
Code is as follows:
Please help me with this problem.
Thanks!
When I was saving the file using Save As,I cannot select another folder or change the file name.If I selected another folder or changed the scheduled saved file name,The saved file has no content, and the size is 0 KB.
If I do not change the folder or file name,It can be stored normally.
Code is as follows:
B4X:
Wait For (SaveAs(File.OpenInput(File.DirInternal, "book1.xls"), "application/octet-stream", "aaa.xls")) Complete (Success As Boolean)
Log("File saved successfully? " & Success)
Thanks!