Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#8975 - Delete Windows Desktop.ini files with disktidy

Attached to Project: Rockbox
Opened by Robert Menes (RMenes379) - Friday, 09 May 2008, 00:55 GMT+2
Last edited by Eddy (bascule) - Wednesday, 11 June 2008, 16:11 GMT+2
Task Type Patches
Category Plugins
Status Closed
Assigned To No-one
Player Type All players
Severity Low
Priority Normal
Reported Version Daily build (which?)
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

disktidy can now search for and remove Desktop.ini files that are created by Windows.

This is useful for people who are transferring music and/or pictures from Windows, which creates Desktop.ini files in the My Music and My Pictures folders and all subfolders within.
   disktidy-v6.diff (0.7 KiB)
 apps/plugins/disktidy.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

This task depends upon

Closed by  Eddy (bascule)
Wednesday, 11 June 2008, 16:11 GMT+2
Reason for closing:  Duplicate
Additional comments about closing:  Already covered by  FS#8637  (inc. the manual update)
Comment by Robert Menes (RMenes379) - Friday, 09 May 2008, 01:01 GMT+2
Oh yes! Almost forgot to update the manual, too! :)
   dt-manual.diff (0.7 KiB)
 manual/plugins/disktidy.tex |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comment by Barry Wardell (barrywardell) - Sunday, 11 May 2008, 16:10 GMT+2
Why do you use strncmp? Wouldn't it be better to just use strcmp?
Comment by Jonathan Gordon (jdgordon) - Sunday, 11 May 2008, 16:20 GMT+2
and safer....  FS#8637  does this (and will hopefully go in soonish?)

Loading...