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