mirror of
https://github.com/aaru-dps/fstester.git
synced 2025-12-16 19:24:39 +00:00
Implement FileAttributes() for Linux.
This commit is contained in:
@@ -258,7 +258,9 @@ void GetVolumeInfo(const char *path, size_t *clusterSize)
|
||||
|
||||
void FileAttributes(const char *path)
|
||||
{
|
||||
// Operating system dependent
|
||||
#if defined(__linux__) || defined(__LINUX__) || defined(__gnu_linux)
|
||||
LinuxFileAttributes(path);
|
||||
#endif
|
||||
}
|
||||
|
||||
void FilePermissions(const char *path)
|
||||
|
||||
Reference in New Issue
Block a user