Come ottenere lo spazio libero su un disco

[DllImport("kernel32.dll", SetLastError=true, CharSet=CharSet.Auto)]

internal static extern bool GetDiskFreeSpaceEx(string lpDirectoryName,

out ulong lpFreeBytesAvailable,

out ulong lpTotalNumberOfBytes,

out ulong lpTotalNumberOfFreeBytes);

Print | posted on martedì 15 novembre 2005 18.34

Comments on this post

No comments posted yet.

Your comment:

 (will show your gravatar)
 
Please add 5 and 5 and type the answer here: