Deleting a datafile from oxide/data?
Discussion in 'Rust Development' started by nojadufogo, Jan 2, 2016.
-
Calytic Community Admin Community Mod
There is no way to delete files programmatically AFAIK. System.IO is blocked in the plugin sandbox for security reasons.
-
Wulf Community Admin
You can manually delete the file by unloading the plugin in question or shutting down the server, then deleting the file.
