The folder.file( ) method creates a File object inside the Folder object and returns its reference.
In path, pass a relative POSIX path to designate the file to return. The path will be evaluated from the parent folder as root.
Returned object
The folder.file( ) method returns a File object or null if path is invalid.