How do I export path to a text file?

Ayush Kumar
Ayush Kumar Member, Moderator, Employee Posts: 442
250 Likes Solution Developer Community of Practice Member Ansys Employee First Anniversary
✭✭✭✭

How do I export path to a text file?

Comments

  • Ayush Kumar
    Ayush Kumar Member, Moderator, Employee Posts: 442
    250 Likes Solution Developer Community of Practice Member Ansys Employee First Anniversary
    ✭✭✭✭
    export = """DS.Script.doExportToTextFile('\Path\to\file.txt');"""
    ExtAPI.Application.ScriptByName("jscript").ExecuteCommand(export)