![]() |
Determining file type - a challenge for all you smart folks!
I have some files that I am told are diagrams and are from about 1991. There are no resource files (got these files from a Windows user) or forks (guess I should find ResEdit and make sure).
How can I figure out what type of files they are? Thanks |
One would assume, clicking on the file and pressing Apple-i will give you the file extension...
|
Quote:
|
I would first assume that since they are diagrams from Windows they are Visio files. Maybe there's a Visio viewer somewhere for the Mac. If not, you can install a demo of something like ConceptDraw and try to open them.
|
These are Mac files, I just received them from a Windows user.
I have opened them with a hex editor and they seem like MacDraw files, as I see DRWG in them and that is the creator code for MacDraw I believe. GraphicConverter says that it can import MacDraw I files (not sure how to tell the difference between MacDraw I and II) but it won't open this one. I will do a search on how to open MacDraw files now that I know the type. If you have any suggestions, I would be happy to hear them. |
If they are older files, it is quite likely that there used to be a resource fork associated with the file and that resource fork was lost when transmitted via a Windows system. The resource fork might be needed in order to open the file, so it would be best to get the files from the original Macintosh source.
|
|
Quote:
Ahhhh, resource forks.... How do I get the resource fork if we only have Windows machines? |
Quote:
I.e. if you have a file "foo" on a Mac and this file has a resource fork, and you transfer that file to a Windows machine, then the resource fork might get lost (i.e. not transferred) depending on how you transferred it and how the Windows machine is configured. If the resource fork did get transferred, it would show up as a separate file on Windows, with a name that starts with "._" The right way to transfer files that might have resource forks (or other Mac-specific metadata) is to wrap them up in a container (e.g. a DMG file, or a .zip file created by Finder's "Create Archive" menu item (not the command-line 'zip' since that currently doesn't preserve resource forks!)) |
I have discovered we have a Mac with 10.2.5 on it that can read the disks. Just have to get GC installed on it and we should be good to go.
Thanks for all your help. |
You can fix resouce forks with AppleScript of you know what they are:
Code:
tell application "Finder" |
Quote:
Code:
tell application "Finder" |
See Carl's post - he's using Mac paths not UNIX paths. i.e the path to a file called "foo" on my desktop needs to be written
Code:
"Name Of My Hard Drive:Users:my user name:desktop:foo" |
I found an app that changes the file types/creator codes. Trying that now.
|
Quote:
Look at the following: Code:
% echo "hello world" > foo.txt |
OK, I have a little more info. Some of the files have file type DRWG and creator code MDPL, which make them MacDraw II files.
The other ones have file type DFDX and creator code SASP. I haven't been able to locate what type these are. |
Quote:
|
Can you post the files somewhere? I would like to see if I can open it?
Can you create a link to it somewhere to see if others can open it?
thx RLC |
Quote:
|
Yes, Please Post A Link!
I also enjoy these kinds of challenges. If you can upload the images somewhere, I'd be happy to download them and tinker with them as well, and see if I can find a way to open them for you.
Thanks! |
OSXdude, look up!
|
Quote:
If you look at your post time, and mine, you will see that they are only a minute apart. When I posted my response, yours hadn't appeared on the board yet...at least not on my end. We were probably writing our messages at the same time. Anyway, I am a bit lost here. When I click on that link, I am taken to a page called "test". Is "test" actually one of the image files? When I download it by holding down my Option key on the link, it downloads as "text.txt". If it is indeed an image file, I need to know the type and creator of the file, if you know them. . . . Okay, I just reread your previous messages. I made two copies of the file, added a type and creator to each file, as you specified in your previous message, removed the .txt extension, and then just tried a variety of old graphics programs. So far, I haven't had any success. Neither file has an application icon either...just a standard generic icon. |
Quote:
|
Quote:
|
The 2nd & 3rd files seem mostly to be text - e.g. open them in TextWrangler and have a look.
|
Yes, I know that, but the title would indicate that they are graphics of some kind. It could just be a table of data, but it would be nice to know!
|
They look like preference files to me. One looks like a settings file for some kind of modem or router.
|
Quote:
|
| All times are GMT -5. The time now is 01:44 PM. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2014, vBulletin Solutions, Inc.
Site design © IDG Consumer & SMB; individuals retain copyright of their postings
but consent to the possible use of their material in other areas of IDG Consumer & SMB.