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


Click here to return to the '10.6: Copy URLs from downloaded files' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.6: Copy URLs from downloaded files
Authored by: jazzbox on Mar 04, '10 08:39:35AM

Interesting hint!

The info is stored in metadata as you can see one the command line:

$ xattr downloadedfile
com.apple.metadata:kMDItemWhereFroms

$ mdls downloadedfile
kMDItemWhereFroms = (
"http://www.somedomain.com/downloadedfile"
)



[ Reply to This | # ]