Re: [R] How to delete Locked files in Mac

2016-04-16 Thread Christofer Bogaso
Thank you Boris. It worked. On Sun, Apr 17, 2016 at 1:14 AM, Boris Steipe wrote: > The command: > >system("chflags -R nouchg /path/to/your/directory") > > ... should unlock your files recursively in the directory. Then proceed with > file.remove() > > B. > > > > On Apr 16, 2016, at 3:09 PM, C

Re: [R] How to delete Locked files in Mac

2016-04-16 Thread Boris Steipe
The command: system("chflags -R nouchg /path/to/your/directory") ... should unlock your files recursively in the directory. Then proceed with file.remove() B. On Apr 16, 2016, at 3:09 PM, Christofer Bogaso wrote: > Hi, > > I am looking for some R code, which will delete all files in a