I inherited a few 1,000 old MicroStation files with odd extensions ".2d" and ".3d". :>(
We would like to change them all back to ".dgn" for consistency, reduce confusion and so thumbnails work in Windows 7
The problem is that will break all of the reference file attachments.
So I need code to rename only the extension to ".dgn" of all attached reference file. The Base-file name stays the same.
Hi,
Take a look at:
communities.bentley.com/.../91950.aspx
Of course in your case, you'd have to replace the Left command with a Right command to look for .2d & .3d
--Robert