菜单问题
如何增加支持文件路径(就是选项里的那个路径)?先谢了 Sub test()Dim preferences As AcadPreferences
Dim currSupportPath As String
Dim newSupportPath As String
Set preferences = ThisDrawing.Application.preferences
currSupportPath = preferences.Files.SupportPath
newSupportPath = "c:\;" + currSupportPath '添加c:\
preferences.Files = newSupportPath
End Sub
谢谢 加载没问题了,可是在卸载的时候,会把不想要卸载的也会卸掉,如何解决呢? 你要判断要删除哪个路径了,
哪个不想卸就留着啊.
请问如何卸载呢?比如要卸载刚才加载的"c:\"路径
页:
[1]