Compares two filenames. Unlike java.io.File#equals this method will try to compare the absolute paths and "normalize" the filenames before comparing them. @param f1 the file whose name is to be compared. @param f2 the other file whose name is to be compared. @return true if the f
(File f1, File f2)