Administrator Permission for Finder
Administrator Permission for Finder
- Subject: Administrator Permission for Finder
- From: Chris Prew <email@hidden>
- Date: Tue, 09 Apr 2002 15:27:51 -0500
Probably a simple question, but I can9t find the answer in the archives or
on the web, so...
I need to run the following list script as an administrator:
tell application "Finder"
get name of every file in folder folder_to_watch
set file_list to result
end tell
Running this script currently gives me a blank list - I assume because I
have no rights to folder_to_watch (and I can't just change that). I'm
running OS X 10.1.3.
Any ideas?
TIA
Chris
_______________________________________________
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.