Type:String AutoLISP file to be loaded when one of the commands defined by thecmdlistargument is entered at the Command prompt. You can omit the path from thefilename, AutoCAD looks for the file in the support file search path. The extension from the filename can also be omitted;.lspor....
;示例:(kk-loadfile (kk-getfiles "D:\\kk_lisp" "*.*" 1) 1) (defun kk-loadfile (list_files int_debug / i inf self x tempstr) (setq i 0) (foreach x list_files (setq tempstr (strcase x)) (setq inf nil) (cond ((or (/= nil (vl-string-search ".VLX" tempstr...
AutoLISP file to be loaded when one of the commands defined by thecmdlistargument is entered at the Command prompt. You can omit the path from thefilename, AutoCAD looks for the file in the support file search path. The extension from the filename can also be omitted;.lspor.fas, or.vl...