Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 820 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 820 Bytes

version platform license downloads

4d-plugin-rename

Wrapper of standard C rename function

Syntax

RENAME (old;new;error)
Parameter Type Description
old TEXT old path of file or folder
new TEXT new path of file or folder
error LONGINT

Examples

$path:=System folder(Desktop)+Generate UUID+Folder separator

CREATE FOLDER($path;*)

RENAME ($path;System folder(Desktop)+Generate UUID;$error)