When I change the working directory of ADAMS, I always use File---Select Directory, and then use the dialog to select a new dir. I can't find a directly command about this , can anyone give me some advices?
I suggest that you use forward slash '/' instead of backslash '\' when writing macros.
First, if you have tp build complex strings, pass between different macros or cmd to python, it get increasingly complex tracking the number of \\\\ you need to get your code to work.
Second, it will work if you ever need to port to Linux.
I suggest that you use forward slash '/' instead of backslash '\' when writing macros.
First, if you have tp build complex strings, pass between different macros or cmd to python, it get increasingly complex tracking the number of \\\\ you need to get your code to work.
Second, it will work if you ever need to port to Linux.