Length of path browsed in HM through TCL?

Altair Forum User
Altair Forum User
Altair Employee
edited October 2020 in Community Q&A

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

  • tinh
    tinh Altair Community Member
    edited January 2016

    Hi,

    in HM Open File dialog, click on 'Explore...' then browse to your files

  • Altair Forum User
    Altair Forum User
    Altair Employee
    edited January 2016

    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.

  • Altair Forum User
    Altair Forum User
    Altair Employee
    edited January 2016

    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

  • Altair Forum User
    Altair Forum User
    Altair Employee
    edited January 2016

    If it does not work with long path, so you work with short ones. Any problem?

  • tinh
    tinh Altair Community Member
    edited January 2016

    yes, right. try shorter path

     

    or use 'cd'

    cd 'c:/long_folder_path'

    *feinput ...