z3c.recipe.mkdir

Buildout recipe to create directories
Download

z3c.recipe.mkdir Ranking & Summary

Advertisement

  • Rating:
  • License:
  • ZPL
  • Price:
  • FREE
  • Publisher Name:
  • Uli Fouquet
  • Publisher web site:
  • http://gnufix.de

z3c.recipe.mkdir Tags


z3c.recipe.mkdir Description

z3c.recipe.mkdir is a buildout recipe that can be used to generate directories.A short example:parts = varrecipe = z3c.recipe.mkdirThis will create a directory named var/ in the buildout parts/ directory. If you want a different path, you can set the paths option:parts = foorecipe = z3c.recipe.mkdirpaths = foo/barwhich will create 'foo/bar/' in the buildout root directory (not the parts/ directory). Also intermediate directories are created (if they do not exist).Starting with version 0.4 you can also set user, group, and mode if your system supports that:parts = foorecipe = z3c.recipe.mkdirpaths = foo/baruser = someusergroup = somegroupmode = 0750will create any non-existing directory 'foo/' and 'foo/bar/' with permissions set as told.Product's homepage


z3c.recipe.mkdir Related Software