;; | ---------------------------------------------------------------------------- ;; | MI_CurDWG ;; | ---------------------------------------------------------------------------- ;; | Function : Returns the name of the current drawing with full path ;; | Arguments: (none) ;; | Returns : -as above- ;; | Updated : January 21, 1999 ;; | e-mail : rakesh.rao@4d-technologies.com ;; | Web : www.4d-technologies.com ;; | ---------------------------------------------------------------------------- (defun MI_CurDWG() (strcat (getvar "DWGPREFIX") (getvar "DWGNAME")) )