When debugging, i'd like to, having come across a Writer, be able to tell where it is writing to.
A cursory inspection of the object yields little to work with on the file name/file path front.
Is there some way - either a method i can call on said Writer, or some field that i can inspect - that will let me know which file the Writer writes to?