Hello guys, I encountered a bug where I am not able to remove folders on the documents directory using Windows. On Mac it always works.
I just created a folder with the name “abc” on the documents folder.
If I run the code below it will remove the folder but only on mac and not windows
os.remove( system.pathForFile( “abc”, system.DocumentsDirectory ) )
This only happens with folders. I did this with a txt, a json, and a zip file and it works.
Has anyone else encountered this bug? any solutions for this?