Re: File Module: $target in file:copy()

> |>   b. if $target is a directory, the source directory with all its
> |>      files will be copied into the target directory.  At each
> |>      level, if a file already exists in the target with the same
> |>      name as in the source, it is overwritten.  If a directory
> |>      already exists in the target with the same name as in the
> |>      source, it is not removed, it is recursed in place (if it does
> |>      not exist, it is created before recursing).

Sounds fine to me.

Received on Wednesday, 4 December 2013 15:00:52 UTC