I've just bought B4PPC. Sorry about having to ask this - I could program in Basic ok on my Amstrad in the 80s but I'm having trouble getting to grips with B4PPC
I'm trying to delete a directory of files in the internal storage on my phone, but I have no idea what the notation of the file structure is and I can't find anything in the help files etc. I've tried something like this:
But there's always an error
What on earth am I doing wrong?
I'm trying to delete a directory of files in the internal storage on my phone, but I have no idea what the notation of the file structure is and I can't find anything in the help files etc. I've tried something like this:
B4X:
FileDel ("\A Folder\Another Folder\TestFolder\*.*")
But there's always an error
What on earth am I doing wrong?