Os.rename

From GiderosMobile
Revision as of 15:30, 13 July 2023 by Hgy29 (talk | contribs) (Text replacement - "<source" to "<syntaxhighlight")

Available since: Gideros 2011.6
Class: os

Description

Renames file or directory named oldname to newname. If this function fails, it returns nil plus a string describing the error. <syntaxhighlight lang="lua"> os.rename(oldname,newname) </source>

Parameters

oldname: (string) current file name
newname: (string) new file name