Directory method GetDirectories returns _______.

a) a string with all the names of sibling directories
b) an array of strings with all the names of sibling directories
c) a string with all the names of subdirectories
d) an array of strings with all the names of subdirectories


d) an array of strings with all the names of subdirectories

Computer Science & Information Technology

You might also like to view...

To exit out of a loop completely, and resume the flow of control at the next statement after the loop, use a _______.

a. continue statement. b. break statement. c. return statement. d. Any of the above.

Computer Science & Information Technology

State two ways in which transactional remote procedure calls differ from ordinary remote procedure calls.

What will be an ideal response?

Computer Science & Information Technology

In open source software, the ________ or program code must be written in text form before it is translated into machine code

A) external social code B) source project C) source code D) internal social code

Computer Science & Information Technology

Tallies the number of cells in a range that contain values.

What will be an ideal response?

Computer Science & Information Technology