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

BL_ToggleBackups

Revision
Revised on

Description


Code

on BL_ToggleBackups
  put  (the shiftKey is down) into shifted
  
  if not shifted then
    get not DL_Flag("ÄBackupÄ",the short name of this stack)
    DL_UpdateFlagMenu "Backup This Stack",it
    DL_SetFlag "ÄBackupÄ",the short name of this stack,it
  end if
  
  if shifted or (it is true)  then
    set cursor to watch
    BL_BackupStack FL_StackPath(),BL_PathForBackup()
  end if
  
end BL_ToggleBackups