예제 #1
0
        public override void Open(string filename)
        {
            _rpfFile = new File();
            if (!_rpfFile.Open(filename))
            {
                throw new Exception("Could not open RPF file.");
            }

            BuildFS();
        }
예제 #2
0
        public override void Open(string filename)
        {
            _rpfFile = new File();
            if (!_rpfFile.Open(filename))
            {
                throw new Exception("Could not open RPF file.");
            }

            BuildFS();
        }