https://bz.apache.org/bugzilla/show_bug.cgi?id=60272
Bug ID: 60272
Summary: POIFSDump throws IOException "could not create
directory" on Windows (at least)
Product: POI
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P2
Component: POIFS
Assignee: [email protected]
Reporter: [email protected]
When I try to run POIFSDump on Windows, I get:
Exception in thread "main" java.io.IOException: Could not create directory
60162.ppt\Root Entry
If I modify the file name:
File file = new File(new File(filename).getName()+"_dump",
root.getName());
all works. Anyone mind if I change this?
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]