Exemplo n.º 1
0
        public override void Open(string filename)
        {
            _rpfFile = new RPFLib.RPF3.File();
            int filecount = _rpfFile.Open(filename);

            if (filecount < 1)
            {
                throw new Exception("Could not open RPF file.");
            }

            BuildFS();
        }
Exemplo n.º 2
0
        public override void Open(string filename)
        {

            _rpfFile = new RPFLib.RPF3.File();
            int filecount = _rpfFile.Open(filename);
            if (filecount < 1)
            {
                throw new Exception("Could not open RPF file.");
            }

            BuildFS();
        }