aceFiles
This domain object operates on the type aceFiles.
The Domain Object
.getFile(fileName: string) ⟶ object
Returns the file info object associated with fileName, or undefined if not found.
.addFile(fileName: string, fileInfo: object)
Adds the file info object fileInfo with the associated file name fileName.
removeFile(fileName: String)
Removes the file info object associated with fileName. Does nothing if fileName is not found.