Example #1
0
        public static string AutoSaveRamAbsolutePath(this PathEntryCollection collection, IGameInfo game, IMovie movie)
        {
            var path = collection.SaveRamAbsolutePath(game, movie);

            return(path.Insert(path.Length - 8, ".AutoSaveRAM"));
        }