Revision 34523 trunk/extensions/extHelp/src/org/gvsig/help/HelpExtension.java

View differences:

HelpExtension.java
57 57
			String path = file.getAbsolutePath();
58 58
			String name = l[i];
59 59
			if (file.isDirectory()){
60
				if ( !path.endsWith(File.separator) ){
61
					path += File.separator;
62
				}
60
				path = folder.getAbsolutePath();
63 61
			} else {
64 62
				if ( !path.toLowerCase().endsWith(".zip") ){
65 63
					continue;

Also available in: Unified diff