🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Length of path browsed in HM through TCL?

User: "Altair Forum User"
Altair Employee
Updated by Altair Forum User

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

Find more posts tagged with

Sort by:
1 - 5 of 51
    User: "tinh"
    Altair Community Member
    Updated by tinh

    Hi,

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

    User: "Altair Forum User"
    Altair Employee
    OP
    Updated by Altair Forum User

    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.

    User: "Altair Forum User"
    Altair Employee
    OP
    Updated by Altair Forum User

    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

    User: "Altair Forum User"
    Altair Employee
    OP
    Updated by Altair Forum User

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

    User: "tinh"
    Altair Community Member
    Updated by tinh

    yes, right. try shorter path

     

    or use 'cd'

    cd 'c:/long_folder_path'

    *feinput ...