mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-04-03 11:09:40 -04: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.