Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I want to save the parts in an assembly as a step file.
I want to store these step files in a specific folder at a location.
I have a code where the oPath was defined as :
oPath = ThisDoc.Path
but I want to change it to the folder: Z: \ Uni_Link \ Import \ Stepfiles
Can someone help me how to set that up correctly:
'- - - - - - - - - - - - -STEP setup - - - - - - - - - - - - oPath = Z : "\" Uni_Link "\" Import "\" Stepfiles 'get STEP target folder path oFolder = oPath & "\" & oAsmName & " STEP Files" 'Check for the step folder and create it if it does not exist If Not System.IO.Directory.Exists(oFolder) Then System.IO.Directory.CreateDirectory(oFolder) End If
Mvg Jos
Youre drawings are as good as the symbols that compleet them.....
Youre drawings are as good as the symbols that compleet them.....
Solved! Go to Solution.