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
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