news |
info |
people |
software |
stuff |
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