Copy content of file at self to dest

Property definitions

core :: file $ Text :: file_copy_to
	# Copy content of file at `self` to `dest`
	fun file_copy_to(dest: String) do to_path.copy(dest.to_path)
lib/core/file.nit:923,2--924,61