Changeset 2309891 in mainline for uspace/app/nav/panel.c


Ignore:
Timestamp:
2025-12-14T17:15:57Z (3 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Children:
79b77ce
Parents:
144fafd
Message:

Copy files (Navigator and command line).

TODO Overwrite query, new I/O error types.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/nav/panel.c

    r144fafd r2309891  
    365365}
    366366
     367/** Get current directory from panel.
     368 *
     369 * @param panel Panel
     370 * @return Path to current directory or @c NULL if out of memory
     371 */
     372char *panel_get_dir(panel_t *panel)
     373{
     374        return ui_file_list_get_dir(panel->flist);
     375}
     376
    367377/** Refresh panel contents.
    368378 *
Note: See TracChangeset for help on using the changeset viewer.