Hi,
I'm working with the VFS API, when debugging I noticed the any instance of FileObject holds a private String variable called fileName. How can I access this variable through an instance of FileObject? I have tried fileObject.getFileName(); which returns a FileName Object with many getter methods, non of which return the same value contained the fileName variable... Thank you...
