diff src/luan/modules/Boot.luan @ 1367:836e00bf7ce2

add Lucene backup_to
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 18 Jun 2019 16:27:03 -0600
parents 45363886f256
children 9ab267b9427c
line wrap: on
line diff
--- a/src/luan/modules/Boot.luan	Mon Jun 17 21:50:40 2019 -0600
+++ b/src/luan/modules/Boot.luan	Tue Jun 18 16:27:03 2019 -0600
@@ -173,6 +173,8 @@
 	this.set_last_modified = io.set_last_modified
 	this.length = io.file.length
 	this.rename_to = io.rename_to
+	this.link_to = io.link_to
+	this.symlink_to = io.symlink_to
 	this.is_symbolic_link = io.is_symbolic_link
 
 	function this.child(name)