Multiple Choice
Directory's method GetDirectories returns:
A) a string of all the names of sibling directories
B) an array of strings of all the names of sibling directories
C) a string of all the names of subdirectories
D) an array of strings of all the names of subdirectories
Correct Answer:

Verified
Correct Answer:
Verified
Q25: The FileAccess.Read enumeration member is used if
Q26: If the array contains references to other
Q27: The classes dealing with files and directories
Q28: A _ contains the byte number of
Q29: Method GetFiles of class Directory can be
Q31: Class File can only create new files.
Q32: An OpenFileDialog allows a user to select
Q33: Which of the following methods of FileStream
Q34: By default,array objects are not serializable.
Q35: BinaryFormatter's Serialize and Deserialize methods are both