User's Guide

BRWDEL

Delete the entire file structure below INDIR

Function:

Delete the entire file structure below INDIR

Parameters:

INDIR
Input directory. The directory in which the AVHRR browse images and directory structure reside. This directory structure will be deleted.

LOGFILE
Log file. The file to which processing messages will be written. LOGFILE will have a ";log" extension.

Examples:

  1. LAS> brwdel indir=[dir1.dir2] logfile=logf

    The entire file structure below [dir1.dir2] is deleted. Messages are logged in LOGFILE.

Description/Algorithm:

The entire file structure below INDIR is deleted. Messages are logged in LOGFILE.

Nonfatal Error Messages:

    None

Fatal Error Messages:

  1. [brwdel-fatal] Fatal error encountered

    A fatal error was encountered. The message displayed prior to this is the actual error encountered.

  2. [brwdel-del] Error deleting browse image files

    An error was encountered while deleting the browse image files. Ensure that the file permissions are correctly set.

User Notes:

    None