REGCONVERT(1) | The Regina Handbook | REGCONVERT(1) |
regconvert - Convert between different Regina file formats
regconvert [ -2 | -3 ] [ -x | -u ] old-file [ new-file ]
regconvert { -v, --version | -?, --help }
This utility converts back and forth between different Regina file formats.
Regina's file formats include:
If you still have ancient files that use this format, you will need to find a copy of Regina 3.0-4.93 (from 2002-2012), which can convert these old binary files to the second-generation XML format.
The argument old-file should be the file to read and convert; the argument new-file should be the name of the new converted file to write. These two filenames may be the same, in which case the old file will be replaced with the new.
If the argument new-file is missing then the new file will be written to standard output, which forces the output to be uncompressed XML (see option -u).
If you downloaded a drag-and-drop app bundle, this utility is shipped inside it. If you dragged Regina to the main Applications folder, you can run it as /Applications/Regina.app/Contents/MacOS/regconvert.
The command-line utilities are installed beneath the Program Files directory; on some machines this directory is called Program Files (x86). You can start this utility by running c:\Program Files\Regina\Regina 7.3\bin\regconvert.exe.
regfiletype, regina-gui.
This utility was written by Benjamin Burton <bab@maths.uq.edu.au>. Many people have been involved in the development of Regina; see the users' handbook for a full list of credits.
14 March 2023 |