Skip to content

Commit

Permalink
Update recipes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dcrawl authored Oct 29, 2023
1 parent 5866536 commit 12e838d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/recipes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 12e838d

Please sign in to comment.