diff src/luan/modules/Boot.luan @ 1311:ca742d51b31f

don't delete into symbolic links
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 24 Jan 2019 21:15:03 -0700
parents 9eb3a9724853
children 307e76ccd0d6
line wrap: on
line diff
--- a/src/luan/modules/Boot.luan	Thu Jan 24 12:20:33 2019 -0700
+++ b/src/luan/modules/Boot.luan	Thu Jan 24 21:15:03 2019 -0700
@@ -129,6 +129,7 @@
 	this.set_last_modified = io.set_last_modified
 	this.length = io.file.length
 	this.rename_to = io.rename_to
+	this.is_symbolic_link = io.is_symbolic_link
 
 	function this.child(name)
 		return new_LuanFile( io.child(name) )