0.9b (c) 1995 Peter Childs
Function: SysCopyObject, SysCreateShadow, and SysMoveObject
Syntax: rc = SysCopyObject(nameofObject, nameofDest)
rc = SysCreateShadow(nameofObject, nameofDest)
rc = SysMoveObject(nameofObject, nameofDest)
nameofObject The object name to be copied/shadowed/moved. This can be specified as an object ID (for example <WP_DESKTOP>) or as a fully specified file name.
nameofDest The object name of the target folder. This can be specified as an object ID (for example <WP_DESKTOP>) or as a fully specified file name.
rc This will return 1 (TRUE) if the object was copied/shadowed/moved and 0 (FALSE) if the object was not.
Purpose: Copy/Shadow/Move an existing Workplace Shell object to the specified destination folder.
Inf-HTML End Run - Successful