Std filesystem copyfile std:std.filesystem.CopyFile Function CopyFile:Bool( srcPath:String,dstPath:String )# Copies a file. Copies a file from srcPath to dstPath, overwriting dstpath if it alreay exits. Returns true if successful.