Uuuh, you never saw a function call? I suggest to start by reading the Processing tutorials...

Seriously, dataFile() is just a function (I prefer function names that start with a verb, showing better they are functions), but it isn't documented in the Language Reference, only in the code's JavaDoc.
And as shown, dataFile() returns a File out of the given String.