B4A Question Writing to excel file and getting error - DonManfred (first post)    May 12, 2023   (3 reactions) It is as faulty as the original.
Code with File.DirRootExternal = broken code B4A Question Download and install APK from FTP - Erel (first post)    Oct 18, 2021 Code with File.DirRootExternal = broken code.
You have set the AsciiFile parameter to True. This means that it will break non-text files. It should never be true. B4A Question STORING DATA IN A DIRECTORY - Resolved with thanks - Midimaster (first post)    Sep 06, 2020 File.DirRootExternal is the root directory of the smartphone. It's typical subfolder are "MUSIC", DOCUMENTS, "ALARMS", etc.. This is the directory the users are used to see when they open the "My Files". Here youz can reach all aviable files and folders of other apps as long as they are not hidden i B4A Question Call dead activity from service - Erel (first post)    Aug 24, 2021   (1 reaction) Code with File.DirRootExternal = broken code. Not sure what you are doing and why you are using services. You need to provide more information. Best to switch to B4XPages. B4A Question Write to File - Erel (first post)    Oct 06, 2020   (1 reaction) All of this is not needed if you are using the correct SDK: https://www.b4x.com/b4a.html
The only special thing with targetSdkVersion = 29, related to File.DirRootExternal is:
SetApplicationAttribute (android: requestLegacyExternalStorage, true) B4A Question FTP Project - Pruebas - DonManfred (first post)    Sep 03, 2020   (1 reaction) FTP.DownloadFile("/somefolder/files/1.zip", False, File.DirRootExternal, "1.zip") In this case File.DirRootExternal is the path to download files to. The path you set must exists. Note that this path needs the use of runtimepermissions. French File.DirRootExternal = disque dur ? - fgh3966    Apr 28, 2024 Bonjour
Dans une ancienne version du manuel, au paragraphe 4.12.1 il est dit que :
File.DirRootExternal est le dossier racine de la carte mémoire interne.
Il s'agit bien de la flash éprom du téléphone (autrement dit le disque dur), c'est bien ça ?
Merci
Sachant qu'android est un os linux modifié B4A Question write file option - DonManfred (first post)    Jan 08, 2018   (1 reaction) File.DirRootExternal is on the internal SDCard. B4A Question File.DirRootExternal vs RP.GetSafeDirDefaultExternal - Brian Dean (first post)    Dec 24, 2020 I might be misunderstanding your point, but "Yes, it does". "File.DirRootExternal" is the "/root/sdcard" source folder (maybe a different name on different devices) that provides access to the device's internal storage. So, leaving all questions of access permissions aside (which unfortunately we B4A Question remoteViews.setUri ? - Erel (first post)    Nov 29, 2015   (1 reaction) Copy the file to File.DirRootExternal or DirDefaultExternal. The home app that hosts the widget cannot access files from your app internal folder. Page: 1   2   3   4   5   6   7   Powered by ColBERT |