to : ramkumarradhakrishnan
That helped A LOT!!!
here is successful code
Thanks!Code:DirectoryInfo dir = new DirectoryInfo(GameRef.GetDocumentsDirectory + @"\My Documents\My Games\RPGBXL"); FileSystemInfo[] files = dir.GetFileSystemInfos("*xml"); if(files[0] != null) { manager.ChangeScreens(GameRef.PopUpScreenLoadFile); } else { BeginException = true; }




Reply With Quote