We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 540eb89 commit 59b050dCopy full SHA for 59b050d
1 file changed
cdm/core/src/main/java/ucar/nc2/NetcdfFiles.java
@@ -379,7 +379,7 @@ private static ucar.unidata.io.RandomAccessFile downloadAndDecompress(ucar.unida
379
if (pos < 0)
380
pos = uriString.lastIndexOf(':');
381
382
- String tmp = System.getProperty("java.io.tmpdir");
+ String tmp = DiskCache.getRootDirectory();
383
String filename = uriString.substring(pos + 1);
384
String sep = File.separator;
385
0 commit comments