comparison src/luan/modules/Boot.luan @ 1663:970e635c7196

remove rename_to
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 02 May 2022 19:22:45 -0600
parents d6a50ed9604f
children 46cf5137cb6b
comparison
equal deleted inserted replaced
1662:d6a50ed9604f 1663:970e635c7196
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.move_to = io.move_to 195 this.move_to = io.move_to
196 this.rename_to = io.move_to -- tmp
197 this.copy_to = io.copy_to 196 this.copy_to = io.copy_to
198 this.link_from = io.link_from 197 this.link_from = io.link_from
199 this.symlink_from = io.symlink_from 198 this.symlink_from = io.symlink_from
200 this.is_symbolic_link = io.is_symbolic_link 199 this.is_symbolic_link = io.is_symbolic_link
201 200