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!


Click here to return to the 'sure I can, but...' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
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 | # ]