Author Topic: How to get location and filename of drawing?  (Read 1408 times)

0 Members and 1 Guest are viewing this topic.

TJK44

  • Guest
How to get location and filename of drawing?
« on: November 10, 2011, 05:40:03 PM »
Can anyone help me with some code on how to get the location and filename of the current drawing?

Thanks in advance,

Ted

Jeff H

  • Needs a day job
  • Posts: 6144
Re: How to get location and filename of drawing?
« Reply #1 on: November 10, 2011, 05:41:48 PM »
Database.Filename property

TJK44

  • Guest
Re: How to get location and filename of drawing?
« Reply #2 on: November 10, 2011, 05:48:59 PM »
Awesome that was simple! Thanks again Jeff for the help.

Ted