Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Good afternoon everyone!
Maybe someone knows ...
How do I move a drawing file?
Dim Filename_and_Path_start As String
'Dim Filename_and_Path_end As String
Dim Path_end As String
Filename_and_Path_start = ThisDoc.Path + "\DATA\Drawing_1.idw"
Filename_and_Path_end = ThisDoc.Path + "\Drawing_1.idw"
Path_end = ThisDoc.Path
InventorVb.Application.FileManager.MoveFile("Filename_and_Path_start", "Path_end")
Solved! Go to Solution.