- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Good Morning,
I have two questions here. The first pertains to actual coding help.
I have inherited an iLogic program that exports dxfs of all of the sheet metal parts in an assembly. it currently exports them to a subfolder that it creates under the assembly folder.
What we would like to do now is have it save to a different folder.
So currently it saves to <project folder>\assemblies\<asm name> DXF Files
We would like it to save to <project folder>\DXFs\<asm names> DXFs
The section of the code that saves the files is:
oFolder = oPath & "\" & oAsmName & " DXF Files" ' Create DXF Folder If Not System.IO.Directory.Exists(oFolder) Then System.IO.Directory.CreateDirectory(oFolder) End If
I would be perfectly happy if a dialog box popped up and we had to navigate to the new directory.
Thank you for any help you can provide here.
The second question is: how does one go about learning iLogic?
Solved! Go to Solution.