One difference between the DirectoryInfo class and the Directory
class is:
a. Methods of the Directory class allow you to move directories
and files; DirectoryInfo does not.
b. The DirectoryInfo class also has public properties.
c. The DirectoryInfo class is a static class.
d. The Directory class cannot be used with binary files;
DirectoryInfo can.
e. The DirectoryInfo class only has methods.