Menu

#21 Unable to remove directories

open
nobody
None
5
2008-12-01
2008-12-01
Ted Toal
No

rmfile cannot remove a directory. It would of course be nice if it could.

Discussion

  • akhil

    akhil - 2011-01-10

    I'd second that request

     
  • akhil

    akhil - 2011-01-10

    I managed to get rmfile to remove directories by changing (v0.2.8):
    if((fs_findFile(fs,(eint8*)filename,&loc,0))==1)
    to:
    if((fs_findFile(fs,(eint8*)filename,&loc,0)))

    Checked the file system for integrity on windows, seemed fine!
    Please let me know if this can have some adverse effects.

     

Log in to post a comment.