mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
PPTXPNG - parent directory of relative input file was null
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1881418 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ea43beeba7
commit
33bc915578
@ -213,7 +213,7 @@ public final class PPTX2PNG {
|
||||
usage("When reading from STDIN, you need to specify an outdir.");
|
||||
return false;
|
||||
} else {
|
||||
outdir = file.getParentFile();
|
||||
outdir = file.getAbsoluteFile().getParentFile();
|
||||
}
|
||||
}
|
||||
if (!outdir.exists()) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user