Subject: | IO::Dir Create directory interface? |
What would be the nicest way to provide an extension to the IO::Dir module to create a directory..
I was thinking of adding a patch to STORE function to check if a trailing "/" exists to the submitted hash key then create the directory instead of "touching" a file..
I will create a patch and attach it later when I'm done, unless you have an idea for a better approach to providing the interface.