I am trying to show the 3 values of use on the PC as they are seen in the task manager, for the CPU and the RAM I obtain it using System.GetMemoryInfo, but for the case of the disk I cannot find a way to show it. As much as I investigate, the only thing that I achieve is to show the available capacity and other static data of the disk with Drive.GetInformation, I want to show the use in real time as it is achieved with the CPU and RAM
I use the ProgressBarCircleEx plugin although with the traditional progress bar I can't either. If you know any solution, I appreciate it.
I use the ProgressBarCircleEx plugin although with the traditional progress bar I can't either. If you know any solution, I appreciate it.
Comment