Godot Version
Godot 1.1
Question
I have written code to save and load json files from “user://” and it works perfect using FileAccess. Now, I would need to delete these files from the game when no longer needed and I can’t find the way. Is there an easy way to do this?