Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!


CoverFlow | 18 comments | Create New Account
Click here to return to the 'CoverFlow' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
CoverFlow
Authored by: S on Tue, Jun 24 2008 at 11:37AM PDT
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 Tue, Jun 24 2008 at 12:54PM PDT
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 | # ]