- Status Closed
- Percent Complete
- Task Type Bugs
- Category Applications
- Assigned To No-one
- Operating System All players
- Severity Low
- Priority Very Low
- Reported Version Daily build (which?)
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#8560 - Creating folder ending with a space not editable/deleteable in Windows
If I use Rockbox file browser → Context Menu → Create Directory to create a directory that ends with a space such as “foo “, then I can see the folder under windows (2000 or XP) but get a “file not found” error if I try to delete or rename the folder with in explorer or from a DOS prompt.
Tried on the latest firmware (r16217) on the Ipod 4g and Toshiba Gigabeat F.
If you have trouble reproducing this, or want more info, let me know.
Closed by petur
2008-02-07 22:16
Reason for closing: Fixed
Additional comments about closing: Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407
2008-02-07 22:16
Reason for closing: Fixed
Additional comments about closing: Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407
Fixing this one also showed a nice dircache bug, fxed that too…
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
IIRC, the FAT specs are a bit ambiguous about leading and trailing spaces, but Rockbox should probably follow Windows behavior where the specs are unclear. Adding a check for trailing spaces to fat_checkname() should be trivial.