B4A Code Snippet [B4X] CopyFolder / DeleteFolder / RecursiveList - Erel    Oct 19, 2025   (26 reactions) A recursive sub that copies a complete folder.
Private Sub CopyFolder(Source As String...) Then
CopyFolder(File.Combine(Source, f), File.Combine(targetFolder, f))
Continue... B4A Question Recursively copy folders and files from ExternalStorage to DirInternal and viceversa. - max123    May 26, 2023 .IsDirectory(Source, fName) Then
CopyFolderInternalToExternal(File.Combine(Source, fName...-deletefolder.69820/#content
I have this sub to recursively copy folders and files from ExternalStorage... B4J Question #CustomBuildAction: Copy entire folder - jmon    May 24, 2023 , %WINDIR%\System32\robocopy.exe, ..\ temp\build\bin\ Charsets.properties
How to modify to copy a folder "AdditionalFolder" that would be located at the root of my project?
#CustomBuildAction: After Packager...Hi,
I need to include an entire folder with its subdirectories as part of my packaged application... Wish show alert/log if any file found to be newer than the one been copied via shared directory copy to files folder - AnandGupta    Nov 15, 2024 @Erel , please add code to show alert/log if any file found to be newer than the one been copied via shared directory copy to files folder.
This will prevent problem as below,
Solved - Views disappearing from layout | B4X Programming Forum
https://www.b4x.com/android/forum/threads/solved-views... B4A Library Updates to internal libraries - Erel    Aug 20, 2025   (16 reactions)   tags: CoreLibs Updates to internal B4A libraries will be posted here. Make sure to check the library version before updating.
These libraries should be copied to the internal libraries folder (Program Files\Anywhere Software\B4A\Libraries).... B4A Question Copy Folder from SD to App's folder - ykucuk    Dec 21, 2018 Hi,
-How can I check is folder exist on SD card.
-How I can copy folder from SD to my application's folder?
thank you... B4J Question CustomBuilderAction - Copy folder with files from Objects folder. - Erel (first post)    May 26, 2024   (1 reaction) Example of copying a folder to temp\build: https://www.b4x.com/android/forum/threads/custombuildaction-copy-entire-folder.148134/#content
It should be simple to modify it and make it copy temp\build to a different location.... B4J Question How to copy the whole folder ( file.copyDirectory)? - cambopad    Nov 11, 2015 Hi all friends!
How can I copy the whole folder to another location with B4J?
I cannot find the function file.copyDirectory in B4J . Are there any solutions?... B4A Question How to copy .bas files in the application folder on the PC to the phone via USB? - RB Smissaert    Dec 14, 2025 I have code to view (and search and other options) .bas files of an app on the phone.
For this I copy the files manually via USB through the PC file explorer.
I would like to automate this, so... B4J Question CustomBuildAction: After Packager - Copy file from /objects folder to temp\build\bin\ - EvgenyB4A    May 24, 2023 How to copy the file, for example settings.json that is in /Objects folder in debug and release mode , to temp\build\bin folder after standalone packager finishes?... Page: 1   2   3   4   5   |