mirror of
https://github.com/raylib-cs/raylib-cs
synced 2026-01-27 23:51:42 +01:00
- These functions have a similar api to System.IO functions in C#. For example 'DirectoryExists' can be replaced with 'Directory.Exists'. - I considered wrapping them to use `System.IO` internally however that is less flexible than using it directly.