# | Line 31 | Line 31 | namespace EmuXPortal.Api | |
---|---|---|
31 | { | |
32 | FileInfo fi = new FileInfo(rom_file); | |
33 | this.RomFile =fi.FullName; | |
34 | < | this.RomTitle = fi.Name.Replace(fi.Extension,""); |
34 | > | this.RomTitle = fi.Name; |
35 | string rom_img = ""; | |
36 | // load image | |
37 | if (File.Exists(string.Format("{0}.jpg", fi.FullName.Replace(fi.Extension, "")))) { rom_img = string.Format("{0}.jpg", fi.FullName.Replace(fi.Extension, "")); } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |