(Choose 1 answer)
A. FileName.chdir("DirName")
How can you change the current working directory using an instance of the File class called FileName?
B. FileName.cd("DirName")
C. FileName.cwd("DirName")
D. The File class does not support directly changing the current directory.
Exit 8