---------------------------------------------------------------------03/09/2007
InfoFileBuild.swp                 Written by Leonard Kikstra,
                                  Copyright 2003-2007, Leonard Kikstra
                                  Downloaded from Lenny's SolidWorks Resources
                                       at http://www.lennyworks.com/solidworks
-------------------------------------------------------------------------------

INTRODUCTION:

InfoFileBuild creates a list of SolidWorks models in the current directory. 
This data file list will contain the file name, file type, drawing file type 
(SolidWorks or AutoCAD), read status (@ = read-only), revision property, and 
description property. To retrieve this data, the SolidWorks models are loaded 
into SolidWorks in 'View Only' mode, the data is retrieved and an entry in the
list is generated. The file is then closed. 

Upon completion of retrieving the data, the data list can be exported to a 
file 'FileInfo.txt' in SolidWorks' current working directory.

Additional options are available to automaticaly 'Export data' and/or 'Close 
program' immediately upon completion of data retrieval.

This version includes improved file opening via ModelDoc2.OpenDoc6, reads files 
to process from listbox on form, and simplied export routine for excluding R/O 
files option.

-------------------------------------------------------------------------------

DISCLAIMER:
* These macros are provided free of charge for personal use and/or reference. 
* These macros may be freely distributed, provided the original copyright 
  notices remain unchanged and intact. 
* All macros were written to work with SolidWorks 2003. 
* These macros, and corresponding files, are provided as is. 
* There are no warranties, expressed or implied, that these macros will perform 
  as indicated, perform to users expectations, or complete a specific task. 
* Use this macro at your own risk. Back up your data before using this macro on 
  any SolidWorks document. 

-------------------------------------------------------------------------------
