1#ifndef FILE_PROPERTIES_H
2#define FILE_PROPERTIES_H
8typedef unsigned long nlink_t;
9typedef unsigned long uid_t;
10typedef unsigned long gid_t;
nlink_t file_get_links_count(const char *path)
Retrieves the number of hard links to a file.
int64_t file_get_properties(char *path, char param)
Get file metadata time property.
bool file_get_owner_id(const char *path, uid_t *uid, gid_t *gid)
Retrieves the owner identifier of a file.
bool file_set_properties(char *path, char param, int64_t epoch)
Set file metadata time property.