Click here to Skip to main content
15,915,513 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Is there any way to know how to much free space is available at shared folder like

\\GlobalShare\Media\Audio\

GetDiskFreeSpaceEx doesn't work since it requires Drive letter and : (eg. C: )

please guide me...
Posted
Updated 29-Mar-12 1:09am
v3

1 solution

Although dont have any idea how to do this in VC++, I know that it can be done using WMI scripts in .NET.

Use the WMI calls from the .NET code here

http://msdn.microsoft.com/en-us/library/windows/desktop/aa394592(v=vs.85).aspx[^]
 
Share this answer
 
v2
Comments
Sumit Makhe 29-Mar-12 10:11am    
I will try, Thank you..

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900