Exemplo n.º 1
0
 private void storeageTxt(string msg)
 {
     ReadFile.CreateFile(Application.persistentDataPath, UserManager.Instance.self.uid + ".txt", msg);
 }