As evidenced by over 30 years of development history, trust-worthy Korean CAD, CADian!
| 
					 
						FAQ
						·
						2013.12.11
					 
					
						CADian VBA Sample Code - 16 [ Find out the file name ]                                                                                                                                                                                                         					 
				 | 
			
|---|
| 
					CADian VBA Usage - 16 [ Find out the application file name ]  MsgBox ThisDocument.FullName ""Gets the name of the application or document, including the path. ""==> "C:\Program Files\CADian\Drawing1.Dwg" MsgBox ThisDocument.Name ""Specify the name of object. ""Comments > Application, Document: This returns only file name, except path. ""==> "Drawing1.Dwg"  |