On Wed, 15 May 2002 16:43:14 +0000 "A Taylor" <[EMAIL PROTECTED]> wrote:

> I have written a script that searches through a directory and finds files 
> that are no longer needed - these files are actually image files - .jpg or 
> ..gif extensions.
> But how do I actually delete the unused files ?????
> Any help would be greatly appreciated

  Use the unlink() function. perldoc -f unlink

  ---------------------------------
   Frank Wiles <[EMAIL PROTECTED]> 
   Revolution Systems, LLC. 
  ---------------------------------


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to