Hello Everybody,
I am here want to ask you a question about how to detect the path name of every component of an opened assembly? Because I have to save all the components in a new folder, and send this folder to a ftp server. I know how to detect the path name of the opened assembly, and trasverse the folder which contains this assembly and all the components. But the problem is if the components are saved in two or three individual folders, it doesn't work. So I need to get the pathname of every component, or is it possible that I can directly save all the components of an assembly in a new folder? Thanks again!
SolidworksApi macros