Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Quick and easy editing of .rsrc files with ResEdit' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Quick and easy editing of .rsrc files with ResEdit
Authored by: LC on Dec 02, '03 12:06:03PM
And when you want to more clearly see , can use the full name (..namedfork) over the shortcut (/rsrc) ...
[xyz:/foo] abc% ls -l */{rsrc,data} 
-rw-r--r--  1 abc  admin  878  2 Dec 08:38 ResourceFile/rsrc
[xyz:/foo] abc% ls -l */..namedfork/{rsrc,data}
-rw-r--r--  1 abc  admin    0  2 Dec 08:38 ResourceFile/..namedfork/data
-rw-r--r--  1 abc  admin  878  2 Dec 08:38 ResourceFile/..namedfork/rsrc
This is only supported by HFS+ filesystems, right? Larry.

[ Reply to This | # ]