![]() |
![]()
| ![]() |
![]()
NAMEFile::Copy::Link - extension for replacing a link by a copy of the linked file SYNOPSISuse File::Copy::Link; copylink 'file.lnk'; use File::Copy::Link qw(safecopylink); safecopylink 'file.lnk'; DESCRIPTION
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. EXPORTNothing by default, can export "copylink", `"safecopylink". SEE ALSOcopylink(1) File::Copy(3) File::Spec::Link(3) AUTHORRobin Barker, <RMBarker@cpan.org> COPYRIGHT AND LICENSECopyright 2003, 2006, 2007, 2011, 2014, 2024 by Robin Barker This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
|