I have a USB thumb-drive connected to my raspberry pi 3. I'd need to find out how to check for the available disk space to be printed on a textblock. I couldn't find any example for UWP application. What I found was GetDiskFreeSpaceEx function and Is there a method available for UWP apps to get available disk space Is there any example I could refer to? Thanks.
Updated: I have tried [Get available disk free space for a given path on Windows [duplicate]] .. Couldn't get it to work too..