








(2)
Your rating: Now say why...




| Downloads:9,327 |
| Version Downloads:7,483 |
| Type:Utilities : File Management |
| License:Free |
| Date:16 Jul 2004 |
| Platform:PPC |
| Price:Free |
Overall (Version 1.x):![]() ![]() ![]() ![]() ![]() |
Features:![]() ![]() ![]() ![]() ![]() |
Ease of Use:![]() ![]() ![]() ![]() ![]() |
Value:![]() ![]() ![]() ![]() ![]() |
Stability:![]() ![]() ![]() ![]() ![]() |
+1
Anonymous reviewed on 03 Jan 2005
P.S. A message to Roxio: Why doesn't Toast automatically delete these files when burning a Cross Platform Hybrid CD/DVD? It only makes sense to do so.
Anonymous reviewed on 17 Jul 2004
Anonymous reviewed on 16 Jul 2004
There is actually quite a few reasons to delete them.
.DS_Store files can cause verification errors in Toast if the file is modified while a CD is being burned. In addition there is no reason to burn .DS_Store files on most CDs.
.DS_Store files are listed on network servers and litter file listings. Files that start with . are not hidden on Windows machines or Samba shares.
.DS_Store files eat up space on your hard drive for window settings you might not need. This is especially true if you prefer all your windows to have the same default settings.
.DS_Store files could be a security risk if you upload them to a web server. They contain folder information which can be exploited to obtain system configuration information.
Anonymous reviewed on 16 Jul 2004
Anonymous reviewed on 16 Jul 2004
.DS_Store files can cause verification errors in Toast if the file is modified while a CD is being burned. In addition there is no reason to burn .DS_Store files on most CDs.
.DS_Store files are listed on network servers and litter file listings. Files that start with . are not hidden on Windows machines or Samba shares.
.DS_Store files eat up space on your hard drive for window settings you might not need. This is especially true if you prefer all your windows to have the same default settings.
.DS_Store files could be a security risk if you upload them to a web server. They contain folder information which can be exploited to obtain system configuration information.
+1
Anonymous reviewed on 16 Jul 2004
+1
loads and runs "rm" for every file.
find ... -print0 | xargs -0 rm
passes the files to "rm" in chunks, which is much more efficient.
Anonymous reviewed on 16 Jul 2004