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 PHASORstd_file_getLinksCount(const char *path)
Retrieves the number of hard links to a file.
int64_t PHASORstd_file_getProperties(char *path, char param)
Get file metadata time property.
bool PHASORstd_file_getOwnerId(const char *path, uid_t *uid, gid_t *gid)
Retrieves the owner identifier of a file.
bool PHASORstd_file_setProperties(char *path, char param, int64_t epoch)
Set file metadata time property.