[Solved] AutoCAD DWG files version property

Discussion related to "Everything" 1.5 Alpha.
Post Reply
w64bit
Posts: 253
Joined: Wed Jan 09, 2013 9:06 am

[Solved] AutoCAD DWG files version property

Post by w64bit »

Is there any way to search for specific version of DWG files?
Other than *.dwg startwith:binarycontent:AC1015
AC1015 = DWG v2000
Attachments
2000.zip
(23.94 KiB) Downloaded 82 times
Last edited by w64bit on Wed Aug 31, 2022 5:37 pm, edited 1 time in total.
void
Developer
Posts: 16672
Joined: Fri Oct 16, 2009 11:31 pm

Re: AutoCAD DWG files version property

Post by void »

I'm not familiar with DWG file specification.

Please try searching for:
*.dwg content-max-size:6 regex:binarycontent:^AC(\d\d\d\d) addcolumn:regmatch1

The version? (eg: 1015) is shown in the regex match 1 column.
w64bit
Posts: 253
Joined: Wed Jan 09, 2013 9:06 am

Re: AutoCAD DWG files version property

Post by w64bit »

Excellent.
Thank you.
Post Reply