B4J Tutorial [B4X] Using/running B4A and/or B4J on 64 bit Linux Mint 20.2 Cinnamon with 64 bit Wine - walt61    Sep 15, 2024   (31 reactions) 2. You'll need a top-level directory in which subdirectories will be created that will hold your B4J projects' executables. In this section, I will assume that this directory is '/'. CopyFilesForLinuxify will create that directory if it doesn't already exist.
3. Important: CopyFilesForLinuxify dete B4A Question Bug in Debug-Mode ? - Alessandro71 (first post)    Feb 05, 2023   (2 reactions) Copy the asset file to a temporary directory. The copy fails if the source file is not existent B4J Library [BANanoPHP] A collection of some inline PHP functions - Mashiane (first post)    Jun 13, 2020   (1 reaction) 17. Copy a directory to another
'copy a directory
BANano.CallInlinePHPWait(bPHP.FILE_LOG, bPHP.BuildWriteFile(logFile, "Directory Copy"))
BANano.CallInlinePHPWait(bPHP.DIRECTORY_COPY, bPHP.BuildDirectoryCopy("./scripts", "./scripts backup")) B4A Question Copying a whole directory to another directory. - aironium    Apr 03, 2023 In my WIP app, it is supposed to copy the selected directory to a special hidden directory to handle other operations (zipping them and manipulating its binaries, from previous post)
I've tried using File.Copy, but apparently it is only used for files. It crashes the app as a result.
Is there a qu B4A Question Copy a file directly to the SD Card unattended - Jose Cuevas    Jan 08, 2022 Hello friends, according to my device, this is the directory of the SD card (/storage/47F0-1803 or content://com.android.externalstorage.documents/tree/47F0-1803%3A) and I want to directly copy a file as a backup inside the SD card. But the examples that I have found (For example ExternalStorage Cla B4J Question Copy Files and Dirctorys von SD-Karte to Harddisk - Erel (first post)    Mar 26, 2017 Have you searched for "copy directory"?
https://www.b4x.com/search?query=copy+directory B4A Question create folder in android internal storage - rraswisak (first post)    Nov 04, 2019   (2 reactions) yes, it is possible to create and copy file to internal storage 'create NewFolder directory File.MakeDir(File.DirInternal,"NewFolder") 'copy file to newly created folder File.Copy(File.DirAssets,"a.txt",File.DirInternal & "/NewFolder", "a.txt") or 'make sure copy file finished before next code W B4A Question Can not copy/open database? - Guenter Becker (first post)    Jan 10, 2022 Hi, I found the solution! Do'nt ask me why.
' # copy Database to accessable directory and open database
File.Copy(File.DirAssets,"fdm.db",File.DirInternal,"fdm.db")
If File.Exists(File.DirDefaultExternal,"fDM.db") Then
Sleep(500)
SQLite.Initialize(Fi B4i Question Copy file - akinnovation    Mar 02, 2022 Hi all, I need to copy a file from File.dirTemp to directory I can see on the phone. File.Copy(File.Dirtemp,Main.DbMName,File.DirDocuments,nomefiletx) But I don't see the file on the phone File.Copy(File.Dirtemp,Main.DbMName,File.DirDocuments&"/Marco/",nomefiletx) the app crash with the message "fil B4A Tutorial Create a B4X library with Android Studio - Step by step - zolive33 (first post)    Jan 26, 2024 Hi,
simply remove these lines :
println("Copy api (jar file) into libs directory")
configurations.api.canBeResolved(true)
copy {
from configurations.api
into 'libs'
} Page: 1   2   3   4   5   6   7   Powered by ColBERT |