REXXUTIL System Service Functions
- SysBootDrive()
- returns the drive used to boot OS/2; for example, "C"
- SysCopyObject(nameofObject, nameofDestination)
- returns "1" if the named object is successfully copied to the destination, or "0" if the copy was unsuccessful;
- "nameofObject" can be either an object ID or a fully-specified filename
- SysDestroyObject(name)
- returns "1" if the named object is successfully destroyed, or "0" if the operation failed;
- "name" can be either an object ID or a fully-specified filename
- SysSleep(n)
- returns "0" when the REXX program has paused for the number of seconds specified by "n"
Next