Tagged Questions
The rsrc tag has no wiki summary.
5
votes
4answers
2k views
Editing resource forks on the command line on Mac OS X
Mac OS X stores some files with resource forks. I need to create a file with a resource fork. The trouble is, I need to create this file on the command line. Is anyone aware of how you can create a ...
2
votes
4answers
3k views
Creating cursor rsrc files on Mac from png
I want to create cursor rsrc files on the Mac from png files. The application that uses the cursors requires it to be in a .rsrc format and I cannot change that. Does anybody know of any way I can ...
1
vote
3answers
341 views
Suggestions other than an AppleScript OSAX to create a resource bound file
I need a create a specific type of file in OS X. It needs resources in a specific way. Currently, the only way I can find to do this is in AppleScript with an OSAX. This is slow, about 1 second ...
-1
votes
2answers
192 views
reading and writing hex data from file with perl
I have a perl script that creates files, and I want to write into their resource forks, in order to specify the default application they should be opened with (I can't just change it using get info in ...