A program to recognize and reward our most engaged community members
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
in HM Open File dialog, click on 'Explore...' then browse to your files
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.
command used *feinputwithdata2
If it does not work with long path, so you work with short ones. Any problem?
yes, right. try shorter path
or use 'cd'
cd 'c:/long_folder_path'
*feinput ...