This site requires JavaScript to be enabled

How do I specify file paths on Citrix when using Stata?

119 views

 

Citrix has a unique way of mapping the drives on your local system. One way to figure out how Citrix is mapping your drive is to use the Change Working Directory option under the File menu in Stata. Use the interface to navigate your local drive to where your data and code are saved and make a note of the command output to determine how to access files.

 

For example, you might see output like this:

. cd "\\Client\C$\Users\username\Documents\Project1"

 

\\Client\C$\Users\username\Documents\Project1