Skip to main content
Participant
January 7, 2011
Question

Assigning 'home' directory to a variable.

  • January 7, 2011
  • 1 reply
  • 484 views

Hi,

I'm trying to get a script to get the users home folder and assign it to a variable so that I can look for files in a standard location.

Is this possible?

Thanks

CJ

This topic has been closed for replies.

1 reply

Inspiring
January 7, 2011

This should work.

var home = Folder("~");
NovCJAuthor
Participant
January 7, 2011

Thanks for your help.