Description
Add a new method - FileUtils.openOutputStream.
This will centralise the opening of a file in a single place in the source code. The new method will check that the file is not a directory, and will create parent directories if required.
Add a new method - FileUtils.openOutputStream.
This will centralise the opening of a file in a single place in the source code. The new method will check that the file is not a directory, and will create parent directories if required.