.NET
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to get the Drawing Modified date

6 REPLIES 6
Reply
Message 1 of 7
rtejada
724 Views, 6 Replies

How to get the Drawing Modified date

Hi
I am looking to get the active document modified date that is displayed when you right click on the file, hit properties and go to the Statistics tab.

I appreciate any help

Raul
6 REPLIES 6
Message 2 of 7
Anonymous
in reply to: rtejada

You'd save time using google for stuff like this...
DateTime lastWrite = System.IO.File.GetLastWriteTime(@"c:\test.txt");

wrote in message news:5479424@discussion.autodesk.com...
Hi
I am looking to get the active document modified date that is displayed when
you right click on the file, hit properties and go to the Statistics tab.

I appreciate any help

Raul
Message 3 of 7
Anonymous
in reply to: rtejada

In addition to using the file system as Paul suggests,
you can also use the Tdupdate property of the Database.


--
http://www.caddzone.com

AcadXTabs: MDI Document Tabs for AutoCAD 2004/2005/2006/2007
http://www.acadxtabs.com

wrote in message news:5479424@discussion.autodesk.com...
Hi
I am looking to get the active document modified date that is displayed when you right click on the file, hit properties and go to the Statistics tab.

I appreciate any help

Raul
Message 4 of 7
Anonymous
in reply to: rtejada

Duh... I should have realized there was a built in property. Thanks Tony!
Was my 'dxfin' method in line? Only thing I saw in the object browser..

"Tony Tanzillo" wrote in message
news:5482741@discussion.autodesk.com...
In addition to using the file system as Paul suggests,
you can also use the Tdupdate property of the Database.


--
http://www.caddzone.com

AcadXTabs: MDI Document Tabs for AutoCAD 2004/2005/2006/2007
http://www.acadxtabs.com

wrote in message news:5479424@discussion.autodesk.com...
Hi
I am looking to get the active document modified date that is displayed when
you right click on the file, hit properties and go to the Statistics tab.

I appreciate any help

Raul
Message 5 of 7
Anonymous
in reply to: rtejada

Hi Paul. DxfIn() is the only way I'm aware of.

--
http://www.caddzone.com

AcadXTabs: MDI Document Tabs for AutoCAD 2004/2005/2006/2007
http://www.acadxtabs.com

"Paul Richardson" wrote in message news:5482795@discussion.autodesk.com...
Duh... I should have realized there was a built in property. Thanks Tony!
Was my 'dxfin' method in line? Only thing I saw in the object browser..

"Tony Tanzillo" wrote in message
news:5482741@discussion.autodesk.com...
In addition to using the file system as Paul suggests,
you can also use the Tdupdate property of the Database.


--
http://www.caddzone.com

AcadXTabs: MDI Document Tabs for AutoCAD 2004/2005/2006/2007
http://www.acadxtabs.com

wrote in message news:5479424@discussion.autodesk.com...
Hi
I am looking to get the active document modified date that is displayed when
you right click on the file, hit properties and go to the Statistics tab.

I appreciate any help

Raul
Message 6 of 7
Anonymous
in reply to: rtejada

Cheers!
"Tony Tanzillo" wrote in message
news:5482879@discussion.autodesk.com...
Hi Paul. DxfIn() is the only way I'm aware of.

--
http://www.caddzone.com

AcadXTabs: MDI Document Tabs for AutoCAD 2004/2005/2006/2007
http://www.acadxtabs.com

"Paul Richardson" wrote in message
news:5482795@discussion.autodesk.com...
Duh... I should have realized there was a built in property. Thanks Tony!
Was my 'dxfin' method in line? Only thing I saw in the object browser..

"Tony Tanzillo" wrote in message
news:5482741@discussion.autodesk.com...
In addition to using the file system as Paul suggests,
you can also use the Tdupdate property of the Database.


--
http://www.caddzone.com

AcadXTabs: MDI Document Tabs for AutoCAD 2004/2005/2006/2007
http://www.acadxtabs.com

wrote in message news:5479424@discussion.autodesk.com...
Hi
I am looking to get the active document modified date that is displayed when
you right click on the file, hit properties and go to the Statistics tab.

I appreciate any help

Raul
Message 7 of 7
rtejada
in reply to: rtejada

Thanks guys for your help
Raul

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk DevCon in Munich May 28-29th


Autodesk Design & Make Report

”Boost