|
-
Nov 27th, 2009, 09:20 PM
#6
Re: Need help getting Initial HDDSize
You don't need to find anything. System.IO is a namespace. If your project references any assemblies that contain members of the System.IO namespace then that namespace is available to you. As the DriveInfo class is declared the mscorlib.dll assembly, which every project references by default, the System.IO namespace MUST be available to you.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|