Hi all;
I need to write the logging for an app I am working on to DropBox. For each run create a log file, write to it over the course of the app running, then close it at the end.
One big constraint - I can't add libraries to the app. So I need to use the .NET runtime for the communication with DropBox. I can't use the DropBox library.
thanks - dave