Revision 42903 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.file/org.gvsig.fmap.dal.file.lib/src/main/java/org/gvsig/fmap/dal/serverexplorer/filesystem/impl/DefaultFilesystemServerExplorer.java

View differences:

DefaultFilesystemServerExplorer.java
505 505
        if (rootPathName == null) {
506 506
            return null;
507 507
        }
508
        File f = new File(FilenameUtils.getPathNoEndSeparator(rootPathName),resourceName);
508
        File f = new File(FilenameUtils.getFullPathNoEndSeparator(rootPathName),resourceName);
509 509
        if( f.exists() ) {
510 510
            return f;
511 511
        }

Also available in: Unified diff