From 12e838d22055504d5d96a56357bee4faa1a5b60e Mon Sep 17 00:00:00 2001 From: dcrawl Date: Sun, 29 Oct 2023 13:50:39 -0300 Subject: [PATCH] Update recipes.md --- docs/guides/recipes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/recipes.md b/docs/guides/recipes.md index d3b065a..c339a4b 100644 --- a/docs/guides/recipes.md +++ b/docs/guides/recipes.md @@ -371,7 +371,7 @@ def tick args end ``` -## Accessing files +## Accessing Files DragonRuby uses a sandboxed filesystem which will automatically read from and write to a location appropriate for your platform so you don't have to worry about theses details in your code. You can just use gtk.read_file, gtk.write_file, and gtk.append_file with a relative path and the engine will take care of the rest.