Dear All,
I believe Stata is displaying the path incorrectly in some cases.
Consider the following example:
It results in the following output:

Note that \T was processed as a special character rather than displayed verbatim.
There is no such result when "/t" is used instead of "\t" in the path (the error is expected, but the path is displayed fully and correctly in this case):

There is no such result if outsheet command is used in place of export delimited:
Since the file is created in the correct directory, I believe this is purely the output problem, rather than my input or general file handling.
-------
StataNow/MP 19.5 for Windows (64-bit x86-64) Revision 14 Jan 2026
I believe Stata is displaying the path incorrectly in some cases.
Consider the following example:
Code:
clear all version 19.0 sysuse auto export delimited "C:\temp\auto.txt" export delimited "C:\temp\auto.txt" // END OF FILE
Note that \T was processed as a special character rather than displayed verbatim.
There is no such result when "/t" is used instead of "\t" in the path (the error is expected, but the path is displayed fully and correctly in this case):
There is no such result if outsheet command is used in place of export delimited:
Code:
outsheet using "C:\temp\auto.txt"
-------
StataNow/MP 19.5 for Windows (64-bit x86-64) Revision 14 Jan 2026
