Hi,
I need to include an entire folder with its subdirectories as part of my packaged application
I found this example for a single file:
How to modify to copy a folder "AdditionalFolder" that would be located at the root of my project?
I tried adding /S to robocopy arguments but not luck so far.
Thanks for you help
I need to include an entire folder with its subdirectories as part of my packaged application
I found this example for a single file:
B4X:
#CustomBuildAction: After Packager, %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?
B4X:
#CustomBuildAction: After Packager, %WINDIR%\System32\robocopy.exe, ..\ temp\build\bin\ AdditionalFolder
I tried adding /S to robocopy arguments but not luck so far.
Thanks for you help