summaryrefslogtreecommitdiff
path: root/doc/classes/FileAccess.xml
AgeCommit message (Collapse)Author
2022-09-20Introduce more static methods to directory APIkobewi
2022-09-19Improve C# documentation for FileAccess and DirAccessRaul Santos
- Adds using statements to C# examples to ensure the resources are freed after usage - Adds explanation about the importance of disposing the FileAccess now that we don't have a close method
2022-09-19Replace File/Directory with FileAccess/DirAccesskobewi