Where is the official ado directory?
| Title |
|
Official ado directory |
| Author |
Stata Technical Support |
| Date |
January 2000; updated April 2005 |
- If you use Windows, it is probably C:\Program Files\Stata10\ADO,
but it might be someplace else.
- If you use Macintosh, it is ~Applications:Stata:ado. That is,
it is the ado folder in the official Stata folder.
- If you use Unix, it is /usr/local/stata10/ado.
Within the official ado directory, there are two subdirectories: base
and updates. The official ado-files that shipped with Stata are
stored in base. Any official updates should be installed in
updates, and are automatically placed there by Stata’s
update command.
To see the location of the official base and updates directories, start
Stata and type
sysdir:
. sysdir
...
UPDATES: C:\Program Files\Stata10\ado\updates\
BASE: C:\Program Files\Stata10\ado\base\
...
|
|