Reply To: Saving files

HomeForumsMonoBrick EV3 FirmwareSaving filesReply To: Saving files

#4440
Author Image
Simon Stochholm
Participant

[SOLVED]
It turned out that I had forgotten to serialize part of my classes.
In order to save files use this path:
private static string filePath = Path.Combine(Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().Location), “test.dat”);

And then just read and write bytes to and from this filePath

Posted in

Make a donation