• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Name of current users home folder (OS X)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Name of current users home folder (OS X)


  • Subject: Re: Name of current users home folder (OS X)
  • From: Reinhold Penner <email@hidden>
  • Date: Tue, 28 Jan 2003 05:14:27 -1000

Steve,

I've devised a way of finding the current users home folder very crudely, see below:

tell application "Keychain Scripting"
set myUsersKey to name of keychain 1 as string
end tell

Obviously this requires that the user has not amended their keychain(s). Is there a better way of achiving this value?

set userName to do shell script "whoami"

or

set userName to do shell script "id -un"

these two will give you just the user's name. You will need to assemble the path to the desktop from there. Alternatively, you can get the path directly (i.e. an alias to it) by

set desktopFolder to (path to desktop)

you can modify the above and make it "as text" or "POSIX path" if you want to.

HTH, -Reinhold
_______________________________________________
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.

  • Follow-Ups:
    • Re: Name of current users home folder (OS X)
      • From: Michelle Steiner <email@hidden>
    • Re: Name of current users home folder (OS X)
      • From: Mr Tea <email@hidden>
References: 
 >Name of current users home folder (OS X) (From: Steve Savery <email@hidden>)

  • Prev by Date: Name of current users home folder (OS X)
  • Next by Date: Re: Printing to PDF in Microsoft Word
  • Previous by thread: Name of current users home folder (OS X)
  • Next by thread: Re: Name of current users home folder (OS X)
  • Index(es):
    • Date
    • Thread