Home Online Manual
Top
Back: startNmz
Forward: mons2intmat
FastBack:
FastForward:
Up: normaliz_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.4.19.23 rmNmzFiles

Procedure from library normaliz.lib (see normaliz_lib).

Usage:
rmNmzFiles();

Purpose:
This function removes the files created for and by Normaliz, using the last filename specified. It needs an explicit filename set (see setNmzFilename).

Example:
 
LIB "normaliz.lib";
setNmzFilename("VeryInteresting");
rmNmzFiles();
See also: readNmzData; setNmzDataPath; setNmzFilename; writeNmzData.