B4A Question File.delete (result.dir,result.filename) not working when obtained from 'FileHandler' - Erel (first post)    Nov 2, 2021 Generally speaking, you cannot delete the files returned from ContentChooser.
The code to try....Show("*/*", "choose file to delete")
Wait For CC_Result (Success As Boolean... FileName)
Msgbox2Async("Delete file?", "Title", "Yes"... B4A Code Snippet Delete oldest files, if no free space - peacemaker    Apr 25, 2020   (7 reactions) If you collect many files - the storage is full sooner or later. Lets clear device's flash memory, and without complex sorting file names and dates by some special data type or classes... 'delete oldest files, if storage available space percent is getting low (without type containing the file name and date) Sub Delete_OldestFiles(FolderName As String, MaxFreeSpaceLimit As Int) If... Continue File.Delete(FolderName, fname) If Get_FreeSpacePercent >= MaxFreeSpaceLimit... Spanish No me funciona File.Delete - bgsoft    Apr 2, 2013 Hola En un panel estoy creando imagenes en tiempo de ejecución. Si hago un longClick en la imagen, sale un mensaje si quiere borrarla. La intento borrar con File.Delete pero no me funciona, no la borra y me devuelve false. He comprobado el directorio y el nombre de la imagen y es correcto...,NombreFiles.Get(0),15%x,15%y) DoEvents Sleep(200) Resultado=File.Delete...(Directorio,NombreFiles.Get(0),15%x,15%y)), de esperar 200 milisegundos Sleep(200), pero nada de esto me... B4A Question file deleted when opening app very fast at android's startup - mc73    Aug 1, 2012 Dear friends, not very relevant to this forum, but I thought to let you know something I've discovered. When we run an app immediately at android's startup (I use 2.3), and there is a check for file.exists in our activity_create, since android is still scanning its media library (I thought this had to do just with the media lib), file.exists returns a false, thus pushing my app to place... the app when file.exists returns false, just to let android take its time and finish with scanning... B4A Class ExternalStorage - Access SD cards and USB sticks - Erel    Nov 11, 2020   (62 reactions)   tags: File, Access SD and USB, externsl sd, storage the files under Storage.Root, including inside subfolders. 3. Files are represented as a custom type named ExternalFile. 4. The following operations are supported: ListFiles, Delete, CreateNewFile, FindFile, OpenInputStream and OpenOutputStream. See the attached example. Depends... access the secondary storage (File.DirRootExternal). This becomes relevant with newer versions... - V1.04: Packed as a b4xlib. New PreviousUriFileName field that can be used if you need multiple... B4A Question I can't delete file - Mohd124 (first post)    Mar 10, 2025
"java.io.IOException: close failed" means that the file may still be in use and you need to close it first.
But this in use i moved it from where was it to trying to delete it this file... B4A Question GoogleDrive via API V3: How to delete file on GoogleDrive ? [SOLVED] - Armani    Jun 18, 2020 Hello all,
I'm using GoogleDrive via API V3.
I read all/most related threads in forum and do not found how to delete file/folder from Google Drive (in particular here from fredo and here from mw71).
I'm not able to find solution myself by modifiying existing class..
Is someone may help... B4i Question Cleaning the project from deleted files - kisoft    Oct 11, 2019   (1 reaction) I have an application that displays html files in my webview. If I delete a file from the DirAssets folder, modify it and place it again, the application will show the old, unchanged file anyway. The application will even display the deleted file. I don't want to rename files. Is there a folder in windows where the files are placed and where they should be deleted...?.... B4J Tutorial [BANanoVuetifyAD3] Create, Read, Update & Delete records from a JSON File - Mashiane    Jan 18, 2022   (2 reactions) Hi there In the Mashy Teaches Series we started creating forms, as a rewind to remind us how this awesome functionality works. In part 7 of this Creating Vuetify Forms with BANanoVuetifyAD3, we start CRUD functionality, however not using conventional methods. We use a JSON file as a back-end instead. Watch this.. xbo7FpzaoH4 Visit the Mashy Teaches Series to see how we started with the form being discussed https://www.b4x.com/android/forum/threads/mashy-teaches-webapp-website-development... B4J Library [B4X] BalConverter - Convert the layouts files to JSON (and vice versa) - Erel    Sep 11, 2025   (30 reactions)   tags: Eshe, files, convert, bal, layouts the designer layout files and JSON format. This allows you to edit the layout with a text editor. Note that the format is not so simple as the layout files were not designed to be edited this way. The converter app is simple. You choose a folder and it will convert all layout files from one format to another. The original files are not deleted. It filters the files based on the extension (bal or bal.json... this section. The LayoutHeader element holds other information about the layout file. Note that all... Page: 1   2   3   4   5   6   7   |