return flat_helpers.dir_exists(copy_from)
                .then(() => {
                    return fs.copyAsync(copy_from, copy_to, { overwrite: true })
                }, () => {})