[go: up one dir, main page]

sysinfo 0.15.11

Library to get system information such as processes, processors, disks, components and networks
Documentation
1
2
3
4
5
6
#import <AppKit/AppKit.h>
#import <Foundation/NSFileManager.h>

CFArrayRef macos_get_disks() {
    return (__bridge CFArrayRef)[[NSFileManager defaultManager] mountedVolumeURLsIncludingResourceValuesForKeys:nil options:0];
}