1. What is the command to delete the file from the folder oxide/data?
    Script csharp
    [DOUBLEPOST=1451748523,1451720871][/DOUBLEPOST]Please tell my anyone
     
  2. Calytic

    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.
     
  3. Wulf

    Wulf Community Admin

    You can manually delete the file by unloading the plugin in question or shutting down the server, then deleting the file.