InitializeUserFolder
Introduction
Code Example
string userName = "FlatRedBall User"; // this could be anything - can be a Xbox profile name, or could be "global"
FileManager.InitializeUserFolder(userName);
string userFolder = FileManager.GetUserFolder(userName);
FileManager.SaveText("This is some text that will be saved", userFolder + "fileName.txt");Last updated
Was this helpful?