While I dont think this is a bug, it was one of the hardest things to debug.
Maybe it should be added to the tips section, or maybe there needs to be some kind of error catching.
This line:
If RootPath = "", then this line creates an infinite loop, and the application dies ANR.
Maybe there should be a check if Target = Replacement, or atleast a runtime warning?
Maybe it should be added to the tips section, or maybe there needs to be some kind of error catching.
This line:
B4X:
FolderPath = FolderPath.Replace(RootPath,"")
If RootPath = "", then this line creates an infinite loop, and the application dies ANR.
Maybe there should be a check if Target = Replacement, or atleast a runtime warning?