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


CoverFlow | 18 comments | Create New Account
Click here to return to the 'CoverFlow' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
CoverFlow
Authored by: S on Jun 24, '08 11:37:51AM

Could you make a version to actually duplicate the respective files? One of the big disadvantages of aliases at the moment is that they currently don't work in CoverFlow.



[ Reply to This | # ]
sure I can, but...
Authored by: Skeeve on Jun 24, '08 12:54:36PM

The problem when copying is, that I can't find whether or not an icon is already copied.

Solutions I can offer:
a) create the structure as is, but at the same moment create an additional structure containing copies.
b) Yo may use this script to create a copy of the structur containing a real copy of the files:
mkdir copy ; ( cd OSX-Icons ; tar cBpfh - . ) | ( cd copy ; tar xvBpf - )
start it in the folder where "OSX-Icons" (the result directory) resides. You'll get a directory "copy" containing the same structure



[ Reply to This | # ]