Exemple #1
0
        public string FileNameInsideGame()
        {
            RvDir d = this as RvDir;

            if (d != null && d.Game != null)
            {
                return(Name);
            }

            return(IO.Path.Combine(Parent.FileNameInsideGame(), Name));
        }