File::Copy::Link(3pm) | User Contributed Perl Documentation | File::Copy::Link(3pm) |
File::Copy::Link - extension for replacing a link by a copy of the linked file
use File::Copy::Link; copylink 'file.lnk'; use File::Copy::Link qw(safecopylink); safecopylink 'file.lnk';
This module is mostly a wrapper round "File::Spec::Link::linked" and "File::Copy::copy", the functionality is available in a command line script copylink.
Nothing by default, can export "copylink", `"safecopylink".
Robin Barker, <RMBarker@cpan.org>
Copyright 2003, 2006, 2007, 2011, 2014 by Robin Barker
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
2022-10-13 | perl v5.34.0 |