Dev Board SD/MMC

UCM Dev Board Rev E with UC5550/WiFi
UD700 Rev A
Dev Board SD/MMC

Using Libs version 1.0.0-preview2
StorageController sc;
IDriveProvider drive;
FileStream file;

I can create folders and read/write text to the files created.
I have not tried binary files yet.

I can modify the contents of the existing text files.

However I have not found a way to delete the folders and files created.

Any help would be appreciated.

Take a look at System.IO.File.Delete and System.IO.Directory.Delete

Will do… Thanks

John
Thanks for pointing me in the right direction. Info here works for what I want to do

Using //https: //docs.microsoft.com/en-us/dotnet/api/system.io.directoryinfo?view=netframework-4.7.2