diff src/luan/modules/Boot.luan @ 1661:08177ced7fa0

add file.copy_to
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 02 May 2022 18:56:55 -0600
parents 2975c932864d
children d6a50ed9604f
line wrap: on
line diff
--- a/src/luan/modules/Boot.luan	Tue Apr 19 23:46:06 2022 -0600
+++ b/src/luan/modules/Boot.luan	Mon May 02 18:56:55 2022 -0600
@@ -193,6 +193,7 @@
 	this.set_last_modified = io.set_last_modified
 	this.length = io.file.length
 	this.rename_to = io.rename_to
+	this.copy_to = io.copy_to
 	this.link_from = io.link_from
 	this.symlink_from = io.symlink_from
 	this.is_symbolic_link = io.is_symbolic_link