All files in the folder are listed.
Gives the files name, absolute path to the file, relative path, size, created date, and modified date.
Creates a new folder with a given name at a given directory.
Locates the file and renames it.
Given a path to the file, copy and move copies the file to another path. In move, however, the original file is deleted. Use Case:
For copy, creates a copy file in another path.
For move, creates a copy file in another path and deletes the original file.
For delete - deletes the file
Exits program.