Help.
Does anyone know how to append the content of a file from a file in the File.DirInternal location using the SSH library.
I use the following code and get this "/mnt/data/data/test.app/testfile.txt " appended into the file instead of the contents inside the testfile.txt going into the document.txt
As always, Thanks to everyone for their help.
Does anyone know how to append the content of a file from a file in the File.DirInternal location using the SSH library.
I use the following code and get this "/mnt/data/data/test.app/testfile.txt " appended into the file instead of the contents inside the testfile.txt going into the document.txt
B4X:
SSH2.execCommand("cat /mnt/data/data/test.app/testfile.txt >> .files/document.txt",20)
As always, Thanks to everyone for their help.