I am trying to use SaveAS to store app created data in a subdirectory of the android documents folder using the code in the class module Filehandler. This works okay. But I need to store the data in a subfolder which should be named and created by my app.
When I try SaveAs to enter a /subdirsomething/filesomething.csv to store the data, the "/ " is converted to an underscore "_ "., which obviously is not my intention.
Is there a way in b4a to create programmatically a (sub)directory with the recent SDK's 30+ ?
When I try SaveAs to enter a /subdirsomething/filesomething.csv to store the data, the "/ " is converted to an underscore "_ "., which obviously is not my intention.
Is there a way in b4a to create programmatically a (sub)directory with the recent SDK's 30+ ?