-
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add System.Io.Directory class #17
Add System.Io.Directory class #17
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good!
Care to add the Intellisense comments for completeness?
Yes of course. Intellisense comments has been added. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Description
Added Directory class to System.IO.FileSystem library. Directory class API is based on Microsoft one.
Motivation and Context
In order to get rid of two different APIs needed for access to SD Card, I created simple Directory class. It allows for folder manipulation on SD card. For now this API simply calls native firmware methods. It could be used as a starter for developing full featured Directory class.
I am open to any suggestions, as i don't have much experience with developing C# libraries.
How Has This Been Tested?
Screenshots
Types of changes
Checklist: