app.generateGUID
Description
Generate a GUID.

Parameters
none

Return value
guid string

Example
local guid = app.generateGUID()
print(guid)

Comments
Can be used in file and folder names for Windows.

See also

Back