I am trying to open and read dbase files that have different file extensions. The file extensions output from the program that I am trying to read have the same name but different file extensions depending on the data that is inside them.
example:
123456.env (envelope file)
123456.veh (vehicle information)
123456.ad1 (administrative information)
The error I keep getting is
<filename>.<extension> isn't a valid name.
Does anyone know of a way to open and read these files without first renaming them?
Any help would be appreciated!
example:
123456.env (envelope file)
123456.veh (vehicle information)
123456.ad1 (administrative information)
The error I keep getting is
<filename>.<extension> isn't a valid name.
Does anyone know of a way to open and read these files without first renaming them?
Any help would be appreciated!