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.