Hello Statalisters,
I'm writing a short programme to help with some graphing tasks, and i'm running into a problem locating my ado/personal folder.
I'm running Stata on Mac OSX El Capitan, and the output from - sysdir - is:
However, when I go to the terminal to try and access this folder I receive the following error:
Further, when I go directly to:
via the terminal, and look through the Application Support folder nested under Stata, I can only find ado/plus/, but no ado/personal/. Stata seems to think there is though - do I need to make one in the location Stata thinks it exists?
Many thanks in advance!
I'm writing a short programme to help with some graphing tasks, and i'm running into a problem locating my ado/personal folder.
I'm running Stata on Mac OSX El Capitan, and the output from - sysdir - is:
Code:
STATA: /Applications/Stata/ BASE: /Applications/Stata/ado/base/ SITE: /Applications/Stata/ado/site/ PLUS: ~/Library/Application Support/Stata/ado/plus/ PERSONAL: ~/Library/Application Support/Stata/ado/personal/ OLDPLACE: ~/ado/
Code:
$ ~/Library/Application Support/Stata/ado/personal/ -bash: /Users/chris.larkin/Library/Application: No such file or directory
Code:
$ ~/Library/
Many thanks in advance!
Comment