Function copy
Just like std.file.copy, but optionally takes Path,
and obeys scriptlikeEcho
and scriptlikeDryRun
.
Prototypes
void copy( const(Path) from, const(Path) to ); void copy( const(string) from, const(Path) to ); void copy( const(Path) from, const(string) to ); void copy( const(string) from, const(string) to );
Authors
Nick Sabalausky
Copyright
Copyright (C) 2014-2015 Nick Sabalausky
License
zlib/libpng