File Copy Component Not Working

Describe your issue - File Component - Copy Block Is Not Working.

here is the image of block -
copy%20not%20working

Steps to reproduce the issue - use this blocks

not%20copying%20file2 not%20copying%20file

Expected Behaviour - want to copy file from input location to output location

Actual Behaviour - nothing. not working

Show your Blocks -

not%20copying%20file2 not%20copying%20file

Android version 6.0.1

i have solved my problem by using TaifunFile Extension.

Im pretty sure your input should be more like /icon.png and not //icon.png.

1 Like

This is fixed in the next release

:+1:
thank you for using the file extension
Taifun

@pavi2410 got this bug fixed ? i still got the same problem

It was fixed. What problem did you face?

i try to capy a image like that
Unbenannt
the direcrory BeeFusion will get created right
but then there is no image in it
flag_de.png is the file name

Does anyone have a clue to fix that ?

@pavi2410
Can you look into this really need this
Thanks

1 Like

Try to specify the full filename (starts with “file://”), it will works.
At puravidaapps.com Taifun wrote:
Copy file.
Use this method to copy small files, for large files use the CopyAsync method instead. Prefix the filename with / (i.e. relative path) to copy a file on the SD card. For instance /myFile.txt will copy the file /mnt/sdcard/myFile.txt