THis is the reverse operation of mapFileName(), i.e. for al volume implementations it is required that f.equals( mapFileName( mapFileToVolmeRelativeName( f ) ) is true for all possible files that are stored in the volume. @param f The file to map @return Volume relative name for the file or null if the file is outside volume
|
|