Вики IT-KB

Пошаговые руководства, шпаргалки, полезные ссылки...

Инструменты пользователя

Инструменты сайта


apple-mac-os:macos-monterey:automatic-deletion-of-old-files-daemon-as-task-scheduler-in-macos

Различия

Показаны различия между двумя версиями страницы.

Ссылка на это сравнение

Предыдущая версия справа и слеваПредыдущая версия
Следующая версия
Предыдущая версия
apple-mac-os:macos-monterey:automatic-deletion-of-old-files-daemon-as-task-scheduler-in-macos [28.10.2022 11:55] – [Таблица] Виталий Якобapple-mac-os:macos-monterey:automatic-deletion-of-old-files-daemon-as-task-scheduler-in-macos [08.11.2023 20:38] (текущий) Виталий Якоб
Строка 25: Строка 25:
  set {theResult, theValue, theError} to (theUrl's getResourceValue:(reference) forKey:(current application's NSURLAddedToDirectoryDateKey) |error|:(reference))  set {theResult, theValue, theError} to (theUrl's getResourceValue:(reference) forKey:(current application's NSURLAddedToDirectoryDateKey) |error|:(reference))
  -- compare the date  -- compare the date
- if theResult and (theValue's compare:oldDate) as integer = -1 then set end of mylist to (theUrl's |path|()) as text as POSIX file as alias+ if theResult and (theValue's compare:oldDate) = -1 then set end of mylist to theUrl as alias
  end repeat  end repeat
  if mylist is not {} then  if mylist is not {} then
  tell application "Finder" to delete mylist  tell application "Finder" to delete mylist
- display notification "Очистка каталога Downloads выполнена. + display notification "Очистка каталога Downloads выполнена." & return & "Удалено объектов:" & space & (count of mylist)
-Удалено объектов:" & space & (count of mylist)+
  end if  end if
 end deleteOlderItems</file> end deleteOlderItems</file>
Строка 100: Строка 99:
 | Apple macOS Monterey (12.0)  | | Apple macOS Monterey (12.0)  |
 | Apple macOS Ventura (13.0)   | | Apple macOS Ventura (13.0)   |
 +| Apple macOS Sonoma (14.0)   |
  
 ---- ----
apple-mac-os/macos-monterey/automatic-deletion-of-old-files-daemon-as-task-scheduler-in-macos.1666947354.txt.gz · Последнее изменение: 28.10.2022 11:55 — Виталий Якоб

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki