Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | synthesis | |
Module | synthesistester | |
Tool | imagerpositiontest |
Clean up from a previous run.
Synopsis
cleanup()
Description
Clean up from a previous run. This
removes the contents of the directory specified during the tool
creation and it is run at tool creation time if clean=T is
passed to the constructor (this is the default behavior, so clean=F must be specified if you don't want this to happen).
Returns
T or fail
Example
- include 'imagerpositiontest.g'
# construct an imagerpositiontest tool
- ipt := imagerpositiontest('scratchdir',F);
# remove contents of scratchdir from a previous run
- ipt.cleanup();
T
Next: imagerpositiontest.done - Function
Up: imagerpositiontest - Tool
Previous: imagerpositiontest - Constructor
  Contents
  Index
Please send questions or comments about AIPS++ to aips2-request@nrao.edu.
Copyright © 1995-2000 Associated Universities Inc.,
Washington, D.C.
Return to AIPS++ Home Page
2006-10-15