diff --git a/docs/API/runtime/write_file_root.md b/docs/API/runtime/write_file_root.md new file mode 100644 index 0000000..5e341bf --- /dev/null +++ b/docs/API/runtime/write_file_root.md @@ -0,0 +1,3 @@ +# write_file_root + +Given a file path and contents, the contents will be written to a directory outside of the game directory. This method should be used for development purposes only. In production this method will write to the same sandboxed location as [write_file](write_file.md).