I know there is a File/Directory Reader but I don't want to read the whole directory of files.
I'm trying to find a transformer that I could use in the work flow that exposes file properties ie date created, date modified. Reading a polygon with an attribute "ABC123.PDF" and test with a FME Store FileExistenceChecker filter. If exists get the modified date of "ABC123.PDF" and push in an attribute.
This should be possible with a PythonCaller or TCL but is there a Transformer I missed before I try to write one.