Changeset 2309891 in mainline for uspace/lib/ui/src/filelist.c
- Timestamp:
- 2025-12-14T17:15:57Z (2 days ago)
- Branches:
- master
- Parents:
- 144fafd
- File:
-
- 1 edited
-
uspace/lib/ui/src/filelist.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/src/filelist.c
r144fafd r2309891 424 424 } 425 425 426 /** Return path to the current directory. 427 * 428 * @return Path to current directory or @c NULL if out of memory 429 */ 430 char *ui_file_list_get_dir(ui_file_list_t *flist) 431 { 432 return str_dup(flist->dir); 433 } 434 426 435 /** Re-read file list from directory. 427 436 *
Note:
See TracChangeset
for help on using the changeset viewer.
