Temporary files

Most scripts create and remove a number of temporary files. KCM Core is able to manage these files automatically in the following way:

  • Existing temporary files are removed at the start of the script to prevent conflicts with the files that the script creates.
  • At the end of the script or the job all temporary files are removed.

To declare a file temporary, use the command Temporary. For more information on the command, see Temporary.