Changeset cd0dce3 in mainline for uspace/lib/fmgt/private/fsops.h


Ignore:
Timestamp:
2026-02-11T23:17:49Z (3 weeks ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Children:
00d26202
Parents:
f9c30b9a
Message:

Create new directory (Navigator + command line utility).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/fmgt/private/fsops.h

    rf9c30b9a rcd0dce3  
    4545errno_t fmgt_open(fmgt_t *, const char *, int *);
    4646errno_t fmgt_create_file(fmgt_t *, const char *, int *, fmgt_exists_action_t *);
    47 errno_t fmgt_create_dir(fmgt_t *, const char *);
     47errno_t fmgt_create_dir(fmgt_t *, const char *, bool);
    4848errno_t fmgt_remove(fmgt_t *, const char *);
    4949errno_t fmgt_read(fmgt_t *, int, const char *, aoff64_t *, void *, size_t,
Note: See TracChangeset for help on using the changeset viewer.