Browse Source
The java.io.File.createNewFile() method for creating new empty files reports failure by returning false. To ease proper checking of return values provide a utility method wrapping createNewFile() throwing IOException on failure. Change-Id: I42a3dc9d8ff70af62e84de396e6a740050afa896 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>stable-0.11
Matthias Sohn
14 years ago
4 changed files with 40 additions and 0 deletions
Loading…
Reference in new issue