<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>8 Jun 2018 05:58:00 Z</lastBuildDate><pubDate>5 Jun 2018 06:35:00 Z</pubDate><description>Hello,&#13;
&#13;
I have a need where in I need to download a file from server and save it to either Download folder/director as provided by Android -OR- create a folder in such a way that other software can access that folder and files within it.&#13;
&#13;
I am currently using the following code:&#13;
gsPath = fCurrentDir() + "/Assignments/" gsFileName = "Test.xls" nFID = fCreate(gsPath + gsFileName ) sResult is Buffer = HTTPGetResult(httpResult) fWrite(nFID,sResult,Length(sResult)) But the file saved is not accessible to other app on the device.&#13;
&#13;
Any idea as to how to achieve this?&#13;
&#13;
TIA</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/65732-wm20-how-save-file-download-folder-android/read.awp</link><title>[WM20] - How to save a file to Download folder in Android -OR-.....</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/65732-wm20-how-save-file-download-folder-android-65804/read.awp</comments><pubDate>8 Jun 2018 05:58:00 Z</pubDate><description>Thanks for the tip.&#13;
&#13;
Will play with it.</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/65732-wm20-how-save-file-download-folder-android-65804/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/65732-wm20-how-save-file-download-folder-android-65804/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/65732-wm20-how-save-file-download-folder-android/read.awp">[WM20] - How to save a file to Download folder in Android -OR-.....</source><title>Re: [WM20] - How to save a file to Download folder in Android -OR-.....</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/65732-wm20-how-save-file-download-folder-android-65744/read.awp</comments><pubDate>5 Jun 2018 16:45:00 Z</pubDate><description>You can try using the sysDirStorageCard instead of fCurrentDir</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/65732-wm20-how-save-file-download-folder-android-65744/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/65732-wm20-how-save-file-download-folder-android-65744/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/65732-wm20-how-save-file-download-folder-android/read.awp">[WM20] - How to save a file to Download folder in Android -OR-.....</source><title>Re: [WM20] - How to save a file to Download folder in Android -OR-.....</title></item></channel></rss>
