saulhoward / haddock-cms

Automatically exported from code.google.com/p/haddock-cms
0 stars 0 forks source link

FileSystem_DirectoryHelper::mkdir_parents is not portable. #82

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. You run a script that relies on creating nested directories on a system
where the mkdir program does not have the '-p' option.
2. The directories are not created.

What is the expected output? What do you see instead?

The class should be able to create the nested directories on any platform
by using the mkdir method.

Original issue reported on code.google.com by robert.i...@gmail.com on 22 Dec 2008 at 12:42

GoogleCodeExporter commented 8 years ago
Take a look at:

FileSystem_DirectoryHelper::mkdir_parents()

The code in this procedure has been updated.

Original comment by robert.i...@gmail.com on 22 Dec 2008 at 4:12