comparison 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
comparison
equal deleted inserted replaced
1660:2968e43cdd44 1661:08177ced7fa0
191 this.mkdir = io.mkdir 191 this.mkdir = io.mkdir
192 this.last_modified = io.file.lastModified 192 this.last_modified = io.file.lastModified
193 this.set_last_modified = io.set_last_modified 193 this.set_last_modified = io.set_last_modified
194 this.length = io.file.length 194 this.length = io.file.length
195 this.rename_to = io.rename_to 195 this.rename_to = io.rename_to
196 this.copy_to = io.copy_to
196 this.link_from = io.link_from 197 this.link_from = io.link_from
197 this.symlink_from = io.symlink_from 198 this.symlink_from = io.symlink_from
198 this.is_symbolic_link = io.is_symbolic_link 199 this.is_symbolic_link = io.is_symbolic_link
199 200
200 function this.child(name) 201 function this.child(name)