Changeset 2309891 in mainline for uspace/lib/ui/src/filelist.c


Ignore:
Timestamp:
2025-12-14T17:15:57Z (2 days ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
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/lib/ui/src/filelist.c

    r144fafd r2309891  
    424424}
    425425
     426/** Return path to the current directory.
     427 *
     428 * @return Path to current directory or @c NULL if out of memory
     429 */
     430char *ui_file_list_get_dir(ui_file_list_t *flist)
     431{
     432        return str_dup(flist->dir);
     433}
     434
    426435/** Re-read file list from directory.
    427436 *
Note: See TracChangeset for help on using the changeset viewer.