Hi
I want to keep a database in a sub-directory of my app. I don't want to use windows data. I never trust anything Microsoft does.
How can I get the working directory of my app so I can set the db directory to appPath/Files?
Best regards
Rob
ادامه مطلب...
I have tried to create a directory with this code:
B4X:
File.MakeDir(File.DirLibrary,"caches")
but i get this error:
B4X:
Error occurred on line: 194 (b4xp_mycontent)
Failed to create directory: Error Domain=NSCocoaErrorDomain Code=4 "The file “caches” doesn’t exist."...