Your company uses Visual Studio .NET as its application development platform. You are creating an application using the .NET Framework. You are creating a module that backs up the important data on a different hard drive. You need to find out the type of file system and the drive free space by using the application. What will you do?

Options
- Use the TotalSize property of the DriveInfo class.
- Use the TotalFreeSpace property of the DriveInfo class.
- Use the AvailableFreeSpace property of the DriveInfo class.
- Use the DriveFormat property of the DriveInfo class.
- b and d


CORRECT ANSWER : b and d

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement