mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-12-13 11:26:50 +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.