Length of path browsed in HM through TCL?
Hi,
Trying to browse *.fem file through a UI created. I am not able to browse lengthy file path. Is there any command to be used to browse beyond 218 characters?
Ashwin
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