How can i delete a file in a system dir?

i want to remove all the files in /Library/Caches, /System/Library/Caches. How can i get the right permissions to do that in my app?

I'm using Swift 5

Answered by DTS Engineer in 734439022

How can i delete a file in a system dir?

This is on the Mac?

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Accepted Answer

How can i delete a file in a system dir?

This is on the Mac?

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

How can i delete a file in a system dir?
 
 
Q