UserApplicationDataForThisApplication
Introduction
Why is UserApplicationDataForThisApplication needed?
Code Example
string stringToSave = "Hello World";
string locationToSave = FileManager.UserApplicationDataForThisApplication + "myFile.txt";
FileManager.SaveText(stringToSave, locationToSave);
Last updated
Was this helpful?