Android Question ROBOCOPY - Robust File Copy for Windows

Full HD Streaming

Member
Licensed User
Hi guys I'm trying to compile my project but I keep getting this error i try changing the folder directory to C but I get the same error the file is been loaded using the B4A project file

B4A Version: 12.80
Parsing code. (0.04s)
Java Version: 14
Building folders structure. (0.05s)
Running custom action. Error
-------------------------------------------------------------------------------
ROBOCOPY :: Robust File Copy for Windows
-------------------------------------------------------------------------------
Started : 14 December, 2023 7:43:23 PM
Source : C:\Users\xxxx\Videos\Shared Files\
Dest : C:\Users\xxxx\Videos\B4A\Files\
Files : *.*

Options : *.* /DCOPY:DA /COPY:DAT /R:1000000 /W:30
------------------------------------------------------------------------------
2023/12/14 19:43:23 ERROR 2 (0x00000002) Accessing Source Directory C:\Users\xxxx\Videos\Shared Files\
The system cannot find the file specified.
 

teddybear

Well-Known Member
Licensed User
I guess you export the b4xpage project as zip in Menu File, You need to create the sub-folder Shared Files in Directory C:\Users\xxxx\Videos\ . or export it in B4xMainPage module - 'Ctrl + click to export as zip: ide://run?File=%B4X%\Zipper.jar&Args=Project.zip
 
Last edited:
Upvote 0
Top