I have a 3 projects:
1 - .NET Core app
2 - .NET Framework app
3 - .NET Standard library where is common code for both first and second app projects.
...I want to check my drive free space in .NET Standard library to perform other following operations. Is it possible? How?