Re: Command Line Fix for Locked Files?
Re: Command Line Fix for Locked Files?
- Subject: Re: Command Line Fix for Locked Files?
- From: Graff <email@hidden>
- Date: Mon, 02 Feb 2004 18:37:35 -0500
If you have the Developer Tools installed then you can use
/Developer/Tools/SetFile
Here's an example of how to unlock a file:
/Developer/Tools/SetFile -a l /path/to/file
If you run SetFile without any parameters you will get some basic help
on what you can do with it. Note that you use a lowercase letter to
turn a setting false and an uppercase letter to turn a setting true.
That's why the letter after the "-a" flag is a lower case "L" in the
example I gave.
- Ken
On Feb 2, 2004, at 4:05 PM, Arvid Burns wrote:
Hi,
Checked the archives and didn't find what I'm looking for. Sorry if
this has
been totally hashed over.
I'm looking for a command line method for unlocking files. Any help or
pointers is appreciated.
thanks
ab
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.