How to delete json files. I cannot find a way to delete them

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?

DirAccess.remove

1 Like

very good, helped me a lot