You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set macOS screenshots dir to ~/Pictures/Screenshots. Sweep the directory daily and use trash to remove anything older than 7 days.
Use trash for now but note that the way it trashes items is deprecated. Now we should use NSFileManager. Possibly write a Swift program to do this in the future.
The text was updated successfully, but these errors were encountered:
Set macOS screenshots dir to
~/Pictures/Screenshots
. Sweep the directory daily and usetrash
to remove anything older than 7 days.Use
trash
for now but note that the way it trashes items is deprecated. Now we should useNSFileManager
. Possibly write a Swift program to do this in the future.The text was updated successfully, but these errors were encountered: