Change the current working directory of the filebrowser to the parent directory. Definition at line 256 of file gui_browser.c. 00257 { 00258 00259 if (vr_curdir == NULL) 00260 return; 00261 00262 if (locatestr != NULL) { 00263 /* First unset the filter if we have one */ 00264 gui_browser_cleanup_flist(); 00265 gui_vfslist_setlist(win_browser, vfs_population(vr_curdir)); 00266 return; 00267 } 00268 00269 gui_browser_gotofile(vr_curdir); 00270 }
Here is the call graph for this function:
![]() |
1.6.3