cherry-pick from tizen_2.4_tv_product_migration branch.
Issue : copyTo() method returns error, when the destination path is virtual path without '/'
Change-Id: Ibb87064acccada243bff85298401a6639c1b44c6
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
}
if (_oldNode.isFile && addFileName) {
- _realDestinationPath += '/' + _realOriginalPath.split('/').pop();
+ _realDestinationPath += _realOriginalPath.split('/').pop();
}
if (!args.overwrite) {