PBSadmb (version 1.1.4)

cleanAD: Clean ADMB-Generated Files from the Working Directory

Description

Detects files in the working directory with the specified prefix and removes them all save those with the suffix .tpl, .dat, and .pin.

Usage

cleanAD(prefix)

Value

Returns nothing. Invokes a GUI menu of potential garbage files.

Arguments

prefix

string name prefix of the ADMB project (e.g., "vonb").

Author

Jon T. Schnute, Scientist Emeritus
Pacific Biological Station (PBS), Fisheries & Oceans Canada (DFO), Nanaimo BC
Last modified Rd: 2009-09-10

Details

Aside from potential garbage files with the specified prefix, other files associated with ADMB are detected. Also files *.tmp and *.bak are displayed. Calling cleanAD invokes the hidden function .cleanUp, which creates a GUI menu of the potential garbage files. The user can select whichever files s/he wishes for disposal.

See Also

makeAD, runAD, readRep