Can't get created data file to deleteSolved
i use follow code create a empty json ,then i delete it after write it,it is missing

DynamicConfigFile dataFile = Interface.Oxide.DataFileSystem.GetDatafile("mydatafile")

but when i run this code agin,this json appear again ,with my writed content

despite i reload my plugin ,it still like that
You cannot delete data file, not with Oxide.
when i want to delete the data file ,how should i do?
not clear the file's content.by the way ,
how to traversal the data fold?
There is no way to delete the file via a plugin.

Data files are created from memory if the plugin is reloaded and the file doesn't exist anymore.
thank you very much
Locked automatically