Length of path browsed in HM through TCL?
Altair Forum User
Altair Employee
Answers
-
Hi,
in HM Open File dialog, click on 'Explore...' then browse to your files
0 -
Altair Forum User said:
Hi,
in HM Open File dialog, click on 'Explore...' then browse to your files
I have done a tool using tcl and HM commands. Through the tool I am browsing *.fem file, If the path of the file is huge, Tool is not able to read the file.
0 -
I have done a tool using tcl and HM commands. Through the tool I am browsing *.fem file, If the path of the file is huge, Tool is not able to read the file.
command used *feinputwithdata2
0 -
If it does not work with long path, so you work with short ones. Any problem?
0 -
yes, right. try shorter path
or use 'cd'
cd 'c:/long_folder_path'
*feinput ...
0