|
| |
| | Resource fork - Wikipedia, the free encyclopedia |
 | | The resource fork is sometimes used to store the metadata of a file, although it can also be used for storing the actual data, as was the case with font files in the classic Mac OSes. |  | | These resources are then placed in a directory using a Unix filesystem along with the executable code and "raw data". |  | | Early versions of the BeOS implemented a database within the filesystem, which could be used in a manner analogous to a resource fork. |
|
http://en.wikipedia.org/wiki/Resource_fork
(1612 words)
|
|
| |
| | Data::MacResFile - Perl extension to read a Macintosh Resource fork |
 | | Instead of a stream of bytes, data from a resource fork is retrieved in complete units when the operating system is given certain keys of information. |  | | This is less useful than the open_fromhandle constructor, because most files that have a combined data and resource fork specify the offset at another point in the file. |  | | The first is called the ``Data Fork'', which is a simple stream of bytes similar to Unix, MS-DOS, and Windows files. |
|
http://world.std.com/~aml/perl/macresfile/MacResFile.html
(672 words)
|
|
| |
| | Macintosh File Forks |
 | | The data fork contains what we generally call a file on the PC, that is the text created by a word processor, the pixels building a picture, etc. When transferring data files between Macintosh and PC, the data fork is generally the only part of interest (the major exception is font files, see below). |  | | Against what is often said, even by knowledgeable persons, the resource fork doesn't contain the signature of Macintosh files (file type and file creator), which is stored in the disk catalog. |  | | This explains why it can happen that a program, transferred through channels ignoring file forks and having lost its resource fork, can no longer be executed (error -39, meaning unexpected end of file). |
|
http://www.macdisk.com/macforken.php3
(637 words)
|
|
| |
| | August 1999 |
 | | You find the actual data for whatever resource you are looking for by using its resource type and ID, or possibly name, to find it in the indices in the section of the resource fork called the Resource Map, which tells you at which byte number in the resource file the resource data record starts. |  | | For instance, the length in bytes of the Resource Data Section according to the spec is contained in a 4-byte data value. |  | | It is also possible to write to the resource fork, but you shouldn't do that with BinaryIO because altering the size or format of resource data will corrupt the file. |
|
http://www.updatestage.com/previous/990801.html
(3127 words)
|
|
| |
| | man: Mac::Resources |
 | | The first task is to change, add, or remove resource data in the file's resource fork to match the resource map in memory. |  | | However, GetMaxRe- sourceSize does not check the resource on disk; instead, it either checks the resource size in memory or, if the resource is not in memory, calculates its size, in bytes, on the basis of information in the resource map in memory. |  | | The RGetResource function searches the resource maps in memory for the resource specified by the parameters $TYPE and $ID. The resource maps in memory, which represent all open resource forks, are arranged as a linked list. |
|
http://www.hmug.org/man/3/Mac::Resources.php
(2663 words)
|
|
| |
| | MACINTOSH C |
 | | Most Resource Manager functions assume that the current resource file is the file on which they should operate or, in the case of a search, the file in which to begin the search. |  | | Note that, although the file reference number for the data fork and the resource fork usually match, you should not assume that this is always the case. |  | | The resource fork of a file is also called the resource file because, in some respects, you can treat it as if it were a separate file. |
|
http://www.mactech.com/macintosh-c/classic-chap17-1.html
(2263 words)
|
|
| |
| | High-Tech Dictionary Definition |
 | | Macintosh files have two parts: the resource fork and the data fork.The data fork contains data (just as files on other computers do).The resource fork contains programming information: in a document file, it holds the formatting codes; in an application file, it contains such elements as menus, dialog boxes, icons, etc. |
|
http://www.computeruser.com/resources/dictionary/definition.html?lookup=4425
(51 words)
|
|
| |
| | May 99 Getting Started |
 | | But a resource doesn't have to be a part of a program in order to be used by that program. |  | | When that file's resource fork is being manipulated (opened, written to, read from, or closed) by a program, programmers often refer to the fork itself as a file. |  | | When the application opens the resource fork of a different resource file, the reference number of the newly opened file will be returned to the program. |
|
http://www.mactech.com/articles/mactech/Vol.15/15.05/May99GettingStarted
(4881 words)
|
|
| |
| | Command Using BLOBS to Store Document and Application Files |
 | | Resources are a Mac OS concept that allows the storing of objects used by the application file in a form that is independent of the program code. |  | | This means that a resource may also appear in the data file (where you might not expect there to be resources). |  | | Resources are referenced by a four-character "Type," and an ID Number, e.g., 'CURS' -- LONGINT (4 bytes). |
|
http://www.acius.com/ACIDOC/CMU/CMU79880.HTM
(3948 words)
|
|
| |
| | Damaged Resource Fork - macosx.com - Mac Support |
 | | In fact in OS X the resource fork is contained in a separate file with the same file name as the original file with the characters "._" prepended. |  | | The fact that the resource fork of every one of the files in your video project are "damaged" and not the much larger, and therefore more likely to be damage, data files themselves, stretches credulity. |  | | The primary dependence is placed on the three character file name extension that is common Unix and Windows practice. |
|
http://www.macosx.com/forums/showthread.php?t=42871
(556 words)
|
|
| |
| | Handling of Resource Forks |
 | | In fact, Goliath stores Mac resource information in the same format as the WebDAV file system in Apple's Mac OS X. So, any information stored by a WebDAV file system user will be completely compatible with users of Goliath. |  | | The data component is stored as was in previous versions of Goliath; however, now the resource fork is stored in a 'hidden' Unix file. |  | | In this example, the actual image data is contained in the Data fork. |
|
http://www.webdav.org/goliath/help0.9/chaps/rezforks.htm
(231 words)
|
|
| |
| | Limitations of the resource fork - Ambrosia Software, Inc. web board |
 | | Speaking of them, the limit of 2727 resources can be explained; 30 bytes are taken by the header of the resource map, 8 bytes by the entry for the one resource type (let's admit there's only one for now), 32729 bytes remain for storing the entries for individual resource, each taking 12 bytes. |  | | this tells that the maximum number of resources in a single file is 2727, but more interestingly that one shouldn't put more than 500 resource of the same type in the same file. |  | | Resources that comes in massive numbers such as dëscs should be distributed across several files as was done in the Nova data files |
|
http://www.ambrosiasw.com/webboard/Forum9/HTML/005311.html
(3811 words)
|
|
| |
| | Fondu -- a mac FOND reader on unix |
 | | A bare resource fork may be generated easily be copying a file with a resource fork onto a floppy (or zip) with a DOS format. |  | | The input files may be either macbinary files (.bin), binhex files (.hqx), bare mac resource forks or data fork resource files (.dfont, used by Mac OS/X). |  | | Dealing with mac fonts is hard on other operating systems because mac fonts are stored in the resource fork, and other operating systems do not support this concept. |
|
http://fondu.sourceforge.net
(1436 words)
|
|
| |
| | Zanka Software Forums / Is there any roadmap? |
 | | For now, the only way to safely transfer files with resource forks is to encapsulate both forks into a single data fork (encoding them with Stuffit for example to make a.sit file). |  | | On Macintosh, all files have a data fork, so they are at least compatible with other file systems. |  | | If you try to store a file that contains a resource fork on any other file system (such as NTFS for WinNT/WinXP/Win2K, FAT32 on Win95/Win98, ext2/ext3/reiserfs/xfs on Linux, or HPFS) the resource fork will be lost because almost all file systems only store data forks. |
|
http://www.zankasoftware.com/forum/viewtopic.php?id=65
(2472 words)
|
|
| |
| | Type It |
 | | Mac files loose their resource fork when transferred to a Unix or Windows computer, because UNIX (and many other OSs) can only cope with files having one part or fork. |  | | The file lost its resource fork and attributes or was created with a program other than the one you want. |  | | You can avoid losing a Mac file's Resource fork and attributes by using one or more of the following techniques when moving it to a UNIX or Windows computer. |
|
http://www.iath.virginia.edu/~cj8n/doc/typeit
(480 words)
|
|
| |
| | Fringewood News: Mac Chat #5.07 |
 | | Since there is no resource fork to protect, there is no need to text encode the archive, since it is already a text file by nature, as are all PC files. |  | | Since both of these formats have both resource and data forks, they are usually text encoded using BinHex (.hqx, binary hexadecimal). |  | | In the end, Mac users can take most any PC document for which there is support on the Mac and use it as is. If that is not the case, most likely, there is a converter available for easily making the file usable. |
|
http://www.main.com/~fringewood/archive/mac507.html
(2825 words)
|
|
| |
| | The BMUG Glossary - R |
 | | There is a parallel portion of the file called the "data fork" where the actual numeric and textual data lives. |  | | Any file or program running on the Mac has the potential to contain its own resources, in a section of the file known as the "resource fork". |  | | Always always always work on a copy of the resource. |
|
http://www.planetmug.org/glossary/gl.r.html
(1901 words)
|
|
| |
| | How does Macintosh Store PostScript Fonts? |
 | | The various bits of information in the resource fork are contained in a complex structure. |  | | The resource fork contains system (resource) information about the file: who owns the file, its icon maybe, and other information. |  | | Why this was done is a historical mystery now, because the information could just as easily have been stored in the data fork in a format similar to PFB, and unpacking fonts would have been a whole lot easier. |
|
http://www.postscript.org/FAQs/language/node40.html
(364 words)
|
|
| |
| | Mac Geekery - The New Resource Fork |
 | | Second, I'd be surprised if the resource fork was stored as extensible attributes on the file, for several reasons: 1. |  | | I don't know why that would be, but it's a possibility given the quoted example. |  | | Unfortunately I don't have xattr on this computer, so I can't test, but I may check later. |
|
http://www.macgeekery.com/tips/the_new_resource_fork
(1010 words)
|
|
| |
| | MacCVSClient - User Guide - CVS Add and Storage Formats |
 | | The resource fork of the file is ignored though. |  | | These files and all other files that don't use the resource fork can be stored as "data fork only" as well. |  | | The resource data is encoded as text in a robust way. |
|
http://www.heilancoo.net/MacCVSClient/MacCVSClientDoc/storage-formats.html
(1814 words)
|
|
| |
| | fork/vfork: resource temporarily unavailable fix |
 | | If you are experiencing MacOS X or Darwin errors that report "fork: resource temporarily unavailable" or "vfork: resource temporarily unavailable" this web page may be able to help you. |  | | Please keep these tradeoffs in mind while you try the kernel extension; if overall system performance is too bad, or applications start malfunctioning, stop using the extension. |  | | After vfork has been call enough times the system refuses to create additional processes, and reports the "resource temporarly unavailable" error. |
|
http://ramp.ucsd.edu/~bellardo/darwin/vfork.html
(449 words)
|
|
| |
| | ► » Classic Mac files always have a resource fork, true? |
 | | For a data fork, "empty" and "zero-length" should be synonymous. |  | | resources, you don't have to allocate any disk space to store it. |  | | possibility of a resource fork for every file, so while the |
|
http://www.allmac-talk.com/detail-9002897.html
(1624 words)
|
|
| |
| | How do I ignore/remove the resource fork from a Macintosh notebook? |
 | | An application called ResEdit (available from Apple Computer's Support Site) allows you to open and view the contents of a file's resource fork. |  | | In the resulting dialog box, make sure thebox labeled Ignore binary data in resource fork is checked. |  | | As a precaution, you should only do this on a copy of the notebook. |
|
http://support.wolfram.com/mathematica/interface/notebooks/resourcefork.html
(312 words)
|
|
| |
| | ditto: Mac OS X Resource Fork & Utensils |
 | | My next goal was to find an easy way to create files with resource forks. |  | | Standard data files that you'd find on a UNIX or Windows system won't need them and I usually just delete them. |  | | I recall wondering how aliases worked since they also show up as 0 byte files. |
|
http://sean.typepad.com/ditto/2004/07/mac_os_x_resour.html
(1532 words)
|
|
| |
| | Toggit Certification Home for MCSE CCNA A+ study guides and test prep |
 | | Once the connection is made, users log in and access network resources as easily as if they were working from a computer in the corporate office. |  | | A protocol that was originally developed by General Motors and was designed for use in a manufacturing environment. |  | | For example, in a virtual memory system, an operating system can translate or map a virtual memory address into a physical address; in a network, drive letters are assigned to specific volumes and directories. |
|
http://www.toggit.com/Library/pedia/techno.asp?Term=m&Techno=Letter
(8632 words)
|
|
| |
| | OSXFAQ :: View topic - File and Resource Fork Manipulation From CLI |
 | | I suppose it could just all be completely built into the finder binary but there must be APIs in libraries so developers' apps can move files around with their forks intact. |  | | Adrian, with Panther I have finally migrated to X and have been working through your UNIX tricks. |  | | MvMac moves each file named by a source operand to a destination file in |
|
http://forums.osxfaq.com/viewtopic.php?t=8416
(1000 words)
|
|
| |
| | How to remove resource fork? - macosx.com - Mac Support |
 | | If there is no icon resource, the file gets an icon depending on the file extension.jpg.txt and so. |  | | When I send attachments to lots of people, some PeeCee users apparently have problems (two attachments or Mime error messages) due to the resource fork in Mac files. |  | | One way would be to copy the file in the terminal: |
|
http://www.macosx.com/forums/showthread.php?t=24043
(421 words)
|
|
| |
| | Re: Mac resource fork [XARC 5498] |
 | | If you need a good copy program for Mac OS X that does copy resource forks, I recommend using "Carbon Copy Cloner" which is available at http://software.bombich.com/ccc.html Regards, rotaiv At 9/9/2003 11:21 AM, daggs_td wrote: >When xxcopy copies files that were created on a MAC it seems that >the resource fork is lost. |  | | In fact, even some of the Mac based copy programs have this problem and require the use of additional switches and/or applications (for example, on Mac OS X "ditto" needs the "-rsrcFork" switch and "cp" simply does not work). |  | | The copy program has to be aware the resource fork exists and know how to copy the corresponding data. |
|
http://www.xxcopy.com/xarc/msg/msg05498.htm
(162 words)
|
|
| |
| | resource fork - OneLook Dictionary Search |
 | | resource fork : Dictionary of Computing and Digital Media [home, info] |  | | resource fork : Free On-line Dictionary of Computing [home, info] |  | | Tip: Click on the first link on a line below to go directly to a page where "resource fork" is defined. |
|
http://www.onelook.com/?w=resource+fork
(100 words)
|
|
| |
| | file information sound |
 | | A large collection of programming resources with detailed information. |  | | Detailed file formats and data formats for programmers. |  | | This site contains file format information on hundreds of different file types and all sorts of other useful programming... |
|
http://www.everything-fiddle.com/3/file-information-sound.html
(741 words)
|
|
| |
| | What's in a resource fork? Where are the icons? |
 | | The resource fork may contain the code of a program, the commands of a font |  | | This mistake finds its origin in the fact that the programs (and only the |  | | file, etc. Some programs store a preview picture in the resource fork. |
|
http://www.rdpslides.com/publiclinks/FAQ00061.htm
(383 words)
|
|
| |
| | Resource Fork |
 | | I realize that it is only a problem with apps, but as a developer, I have apps and resource files that I use as documents. |  | | It seems likely as most unix tools will. |  | | We can always hope CVS will be improved to handle these elements too, especially now that I hear that Linux is playing with adding an meta-file implementation using resource forks. |
|
http://www.oreillynet.com/cs/user/view/cs_msg/21382
(180 words)
|
|
| |
| | WhatIs.com |
 | | Resource Description Framework file (related to XML and metadata) |  | | Maintained by RoboHELP, the RBH file adds to the information contained in the Help project file |  | | Revisable Form Text (part of IBM's DCA or Document Content Architecture) |
|
http://whatis.techtarget.com/fileFormatR/0,289962,sid9,00.html
(324 words)
|
|
| |
| | Macify - macintosh appledouble resource fork |
 | | Take a plain file, add an appropriate resource fork in appledouble format to make a Mac-recognizable file. |  | | The CREATOR and TYPE are assigned by the extension of the orig file. |  | | Main reason to upgrade to kernel 2.6 is improved... |
|
http://www.icewalkers.com/LSM/f1b17a043ec46d509bd2ae6fea115c64.html
(80 words)
|
|
| |
| | [MZ] Resource fork of the application |
 | | There are better reasons not to, >but I can't think of any of them.) Use the preference file, or some >other file in your application's folder. |  | | >> >>I'm ysing this: >> >> ZResourceFile* applicationRes = NULL; //access to resource file >> >> applicationRes = new ZResourceFile(GetAppRefnum()); >> >>To access the resource file of the application, that works fine. |  | | The application is busy being run, >and it shouldn't be distracted by having resources added. |
|
http://two.pairlist.net/pipermail/maczoop/2002-March/001489.html
(332 words)
|
|
| |
| | Command DOCUMENT TO BLOB |
 | | For example, the data fork of a 4D database is stored in a file with the file extension.4DB; the resource fork is stored in a file with the same name and the file extension.RSR. |  | | On Windows, if you write a 4D application with the data fork and resource fork stored in BLOBs, you just need to access the file corresponding to the fork with which you want to work. |  | | Note that the 4D environment provides the equivalent of Mac OS resource forks on Windows. |
|
http://www.4d.com/docs/CMU/CMU00525.HTM
(345 words)
|
|
| |
| | Rezilla 1.0.8 - MacUpdate |
 | | ANONYMOUS This application would be even more useful if it considered the body of data as a data resource, as some editors do, instead of just ignoring it. |  | | Resource maps can be exported in text, HTML, XML or DeRez formats. |  | | It lets you edit, create, modify, duplicate, remove resources contained in any fork (data fork or resource fork), copy, cut and paste them from a resource map to the other, drag and drop resources etc. It comes equipped with an hexadecimal editor. |
|
http://www.macupdate.com/info.php/id/14983
(226 words)
|
|
| |
| | Floyds Fork Teachers Resource - Wildflower Identification |
 | | Comments, suggestions, or error reporting about this page and its links should be sent to the webmaster - currently David Wicks, Louisville, KY. |  | | Warning: Some Web sites to which these materials provide links for the convenience of users are not managed by the Jefferson County Public School System. |  | | Assessment: Students could make posters to explore the different zones along the banks of Floyds Fork or students could use their soil analysis to determine the types of soil that various wildflowers like. |
|
http://www.floydsfork.org/tr/tr_lab2.htm
(133 words)
|
|
| |
| | INFO: Accessing the Macintosh Resource Fork |
 | | The resource fork can be written to using standard Win32 application programming interfaces (APIs). |  | | APPLIES TO Microsoft Win32 Application Programming Interface (API), when used with: |  | | Resource forks are implemented as NTFS streams named AFP_Resource. |
|
http://support.microsoft.com/support/kb/articles/Q106/6/63.asp
(89 words)
|
|
| |
| | Save clip renders improper resource fork |
 | | Some applications like Adaptec Toast can't access files created/saved this way because of damaged/corrupt resource forks.Other apps like After Effects have no problem with the same files but then others do so there's something whacky going on. |  | | Commotion doesn't save anything in the resource fork and i've been able to copy files to CD with Toast. |  | | I have a problem when using "save clip". |
|
http://www.globalmediapro.com/av/messages/81688.html
(116 words)
|
|
| |
| | Resource fork preservation, cpio, and ditto in Archive mode |
 | | Yes, a user can select the archive mode of their choice, but I see no reason (beyond resource forks) to support 4 different archive modes, some of which will simply not work on a variety of systems. |  | | Barring any further difficulties, I would suggest that we >> use pax -x cpio as the preferred default until xar is ready. |  | | >> > > To my knowledge, pax does NOT support resource forks and thus is not a > good > idea for the default. |
|
http://www.opendarwin.org/pipermail/darwinports/2004-December/023241.html
(237 words)
|
|
| |
| | Resource fork |
 | | One of the two forks of a Macintosh file (the other is the data fork). |  | | If a Macintosh file is moved to another system directly, the resource fork is lost. |  | | To backup your Macintosh files, use compression, for instance with DropStuff |
|
http://fonsg3.let.uva.nl/praat/manual/Resource_fork.html
(41 words)
|
|
| |
| | FiddleFork Online |
 | | FiddleFork allows members to post links to midi files, mp3 files, wav files, sheet music and fiddler related resources as well as promote exchange between its members. |  | | Created and maintained by fiddle players from around the world, FiddleFork's mission is to provide a one stop platform for exchanging fiddle tunes, fiddle information and anything fiddle related. |
|
http://fiddlefork.com
(745 words)
|
|
| |
| | Mac resource fork [XARC 5497] |
 | | When xxcopy copies files that were created on a MAC it seems that the resource fork is lost. |  | | Number : 5497 Date : 2003-09-09 Author : daggs_td Subject : Mac resource fork Size(KB) : 0 |
|
http://www.xxcopy.com/xarc/msg/msg05497.htm
(53 words)
|
|
| |
| | [Goliath] Resource Fork Support |
 | | But I do >see your point that the extra resource data needs to be retained when >uploaded to a DAV server. |  | | > > It works pretty well on the Mac side too in that most web file types, even >when they are authored on a Mac, only consist of the data fork. |  | | I'll keep checking the mailing list and your site to keep up to date, and let you know if we run into any other issues. |
|
http://www.lyra.org/pipermail/goliath/2000q4/000041.html
(378 words)
|
|
|