hark130 / sketchy-idea

Reusable, stand-alone, Linux code
GNU General Public License v3.0
0 stars 0 forks source link

13-2: Manipulate file metadata #2

Closed hark130 closed 3 months ago

hark130 commented 5 months ago
  1. Create a skid_file_metadata_write.h
  2. Create a skid_file_metadata_write.c
  3. Instantiate a build system (if it doesn't already exist)
  4. Write a build rule
  5. [OPTIONAL] Write some tests

Add functions for these objectives:

File mode (permissions)
File owner
File group
Access time
Modification time
hark130 commented 3 months ago

Merged