Is the initial search path in solidworks initially empty?
When I use:
retval = swApp.GetSearchFolders ( folderType)
I get retval = ""
I am worried that if I use SetSeachFolders that I may overwrite a default solidworks search path.
Any help would be appreciated
If I try to use the solidworks / visual basic command:
retval = Sheet.GetProperties ()
I get the following error:
Run-time error '438':
Object doesn't support this property or method.
Any suggestions would be much appreciated.