copy - multiple declarations
- Function copy
- Alias copy
Function copy
Like std.file.copy
, but supports Path, command echoing and dryrun.
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 );
Alias copy
Alias of same-named function from std.file
Declaration
alias copy;
Authors
Nick Sabalausky
Copyright
Copyright (C) 2014-2015 Nick Sabalausky
License
zlib/libpng