Revision 34282

View differences:

trunk/libraries/libIverUtiles/src/org/gvsig/tools/file/PathGenerator.java
39 39
			URL url=new URL(targetPath);
40 40
			File fileIn = new File(url.toURI());
41 41
			File file = getFile(getPath(fileIn.getAbsolutePath()));
42
			file=new File(file.getPath().replace(".\\.\\", ".\\").replace("././", "./"));
42 43
			return file.getPath();
43 44
		 } catch (MalformedURLException e) {
44 45
			e.printStackTrace();

Also available in: Unified diff