revZip resource fork

2010-08-17 Thread Monte Goulding
Hi

Is there a way to preserve the resource fork using revZip on OS X?

Cheers

Monte
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: revZip resource fork

2010-08-17 Thread Andre Garzia
On Tue, Aug 17, 2010 at 6:57 PM, Monte Goulding mo...@sweattechnologies.com
 wrote:

 Hi

 Is there a way to preserve the resource fork using revZip on OS X?


Monte,

I think you can shell() to ditto to flatten a file that has a resource
fork...




 Cheers

 Monte
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution




-- 
http://www.andregarzia.com All We Do Is Code.
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: revZip resource fork

2010-08-17 Thread Mark Wieder
Monte-

Tuesday, August 17, 2010, 2:57:53 PM, you wrote:

 Hi

 Is there a way to preserve the resource fork using revZip on OS X?

No. Here's what I do:

-- tZipFile is the path to the outputfile
-- tFileName is the name of the input file
-- set the defaultFolder to the folder containing the input file
get shell(zip -r  tZipFile  tFileName)
put url(binfile:  tZipFile) into tData

-- 
-Mark Wieder
 mwie...@ahsoftware.net

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution