File Save As - Path

File Save As - Path

oficinatecnica18GMZP
Explorer Explorer
378 Views
2 Replies
Message 1 of 3

File Save As - Path

oficinatecnica18GMZP
Explorer
Explorer

Hello, 

I need to Save As Copy an .idw (saving the file as dwg) into another folder. 

How can I select a folder outside the workspace?

 

oDoc.SaveAs(oPath & NewName & ".dwg", True)

 

Thank you

0 Likes
379 Views
2 Replies
Replies (2)
Message 2 of 3

yan.gauthier
Advocate
Advocate

by select, do you mean a save as dialog ? you could create a FileDialog object using ThisApplication.CreateFileDialog

 

And then call the ShowSave method of the object.

0 Likes
Message 3 of 3

robertast
Collaborator
Collaborator

could be so:

ThisDoc.Document.SaveAsInventorDWG(oFolder & oFileName &  ".dwg", True)

 

0 Likes