news
About Elegant Chaos
info
About me and my friends
people
Software from Elegant Chaos
software
Other stuff...
stuff

BL_FinishBackup

Revision
Revised on

Description


Code

on BL_FinishBackup backupPath,temporary
  -- delete old backup, if it exists
  
  get backupPath & temporary
  if there is a stack it then
    UL_PutMsg "Deleting old backup..."
    FileUtils "delete",it
  end if
  
end BL_FinishBackup