From e426bb8a7510ba252dbd322a667d0240235f253f Mon Sep 17 00:00:00 2001 From: dcrawl Date: Sun, 29 Oct 2023 13:00:08 -0300 Subject: [PATCH] Create write_file_root.md --- docs/API/runtime/write_file_root.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 docs/API/runtime/write_file_root.md 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).