Open Source Content Management Framework

mgd_copy_snippetdir

  1. Description

mgd_copy_snippetdir -- Copy a snippetdir

Description

`int **mgd_copy_snippetdir** (int id, string path)`

Minimum version: Midgard 1.4 (Bifrost)

Copies the snippetdir record with id id to a new location under snippet path path.

Returns the id of the created copy if successful. Returns FALSE on failure.

<?php  
      mgd_copy_snippet(13,"somepath/somesub/somedeeper");  
    ?>
Designed by Nemein, hosted by Anykey