Dear all,
I'm new to Statalist, so any comment on the style of this post are welcome.
In what follows, I summarize my issue.
To better organize my work I use Mac alias files, i.e. file shortcuts that point to the original path of the file. However, when using Stata, this approach doesn't work properly. In particular, if I type the following in the .do file or command prompt:
Stata returns the error message:
Nevertheless, if I manually open the file, Stata correctly points to the original path of the file. Is there any way to solve this issue?
Thanks in advance.
I'm new to Statalist, so any comment on the style of this post are welcome.
In what follows, I summarize my issue.
To better organize my work I use Mac alias files, i.e. file shortcuts that point to the original path of the file. However, when using Stata, this approach doesn't work properly. In particular, if I type the following in the .do file or command prompt:
Code:
use alias_file, clear
Code:
file alias_file.dta not Stata format
Thanks in advance.
Comment