Export Path
Hi
I'm currently working on a tcl script that exports a component in '.dat' format.
And i'm looking for a way to export this .dat file automaticaly in the same directory as its component.
It's possible to export it in a specific file by this way :
*feoutputwithdata '//zola/samcef-p/TEST/Hyperworks_17/templates/feoutput/samcef/general' 'C:/Users/x00000/Desktop/Contacts_export/name.dat' 0 0 2 1 1
but as you can see i'll always have to update the user's number 'x00000'
That's why i found another way, not depending on the user's id :
*feoutputwithdata '//zola/samcef-p/TEST/Hyperworks_17/templates/feoutput/samcef/general' '$::env(USERPROFILE)/Desktop/Contacts_export/name.dat' 0 0 2 1 1
Thank you
Answers
-
My script exports Input solver on the same directory as HM model, automatically.
0 -
Ok but mine doesn't. it needs a specific path to export a solver
0 -
I've found a way to get the path of the current file :
hm_info hmfilename
0