Hi,
is it possible to create folders inside the 'Files' folder of the project (to organize files) ?
B4X:
'the files for maintenance are in the maintenance dir inside dirasset, always copy these files when run the app
File.Copy(File.DirAssets, "maintenance\login.html",Mndir,"login.html")
File.Copy(File.DirAssets, "maintenance\admin.html",Mndir,"admin.html")
File.Copy(File.DirAssets, "maintenance\error.html",Mndir,"error.html")
i tried but it ends in error with file not found exception.
Moving the files directly into the Files folder of the project works fine:
DirAssets is read only so would all it's sub folders.
You can program round it but if you move the jar it will break, but running it in IDE in Debug or Release will work.