summaryrefslogtreecommitdiff
path: root/doc/classes/FileAccess.xml
AgeCommit message (Collapse)Author
2022-10-03Replacing File calls from the FileAccess class docsEmi
Co-Authored-By: bruvzg <7645683+bruvzg@users.noreply.github.com>
2022-09-30Fix typos with codespellRĂ©mi Verschelde
Using codespell 2.3-dev from current git. And fix typo in `methods.py` for `vsproj=yes` option (still won't work though).
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