-
-
Notifications
You must be signed in to change notification settings - Fork 178
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 class library System.IO.FileSystem #1705
Add class library System.IO.FileSystem #1705
Conversation
3734a91
to
2c0061f
Compare
@NiciAndres the CMake that you have is missing some entries for the path hints. |
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.
Also the copyright headers need to be changed to match the latest version in use.
ff9c753
to
631002a
Compare
a269fff
to
dfbeab4
Compare
Automated fixes for code style.
Automated fixes for code style.
Automated fixes for code style.
Automated fixes for code style.
Automated fixes for code style.
28366d7
to
83e8d42
Compare
- Remove inclusion of API_Windows.Storage in build options, these are controlled by the SDCARD and USBMSD options. - Enable back SDCARD option for ESP32 targets. - Add check for ESP32 build to remove inclusion of API_System.IO.FileSystem API because of lack of supporting configuration in FATFS. See nanoframework/Home#668.
1cab1f7
to
41afb73
Compare
Description
Add new System.IO.FileSystem Library
Motivation and Context
Make this library implemented by us available for everyone on nF.
How Has This Been Tested?
It was tested in our intern project. Not yet tested as system library, because WIP
Screenshots
Types of changes
Checklist: