Function copyFile
Note that attributes and time stamps are currently not retained.
Prototypes
void copyFile( Path from, Path to, bool overwrite ); void copyFile( string from, string to );
Parameters
Throws
An Exception if the copy operation fails for some reason.
Authors
Sönke Ludwig
Copyright
© 2012 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.