I have a macro which creates a new folder in the current working directory while running it. Now what I want to do is as soon as the macro creates the new folder in the working directory, all the further files including .db and .rst should be saved to this new folder. I tried the save command but somehow it is not working.
Any help is appreciated. Thanks.
Worked for me in ANSYS 15.0. Assuming you're talking about ANSYS APDL ("clasic").
If it doesn't work then simly issue all SAVE commands with specification of full path: SAVE, Fname, Ext Read the ANSYS Help Doucmentation. It is a good one.