Prev
Open Object Rexx
Next
Code style
dark
electric
light
print
rgfdark
rgflight
tokio-day
tokio-night
vim-dark-blue
vim-dark-darkblue
vim-dark-desert
vim-dark-elflord
vim-dark-evening
vim-dark-industry
vim-dark-koehler
vim-dark-murphy
vim-dark-pablo
vim-dark-ron
vim-dark-slate
vim-dark-torte
vim-light-delek
vim-light-morning
vim-light-peachpuff
vim-light-shine
vim-light-zellner
Chapter 8. Rexx Utilities (RexxUtil)
8.1. A Note on Error Codes
8.2. List of Rexx Utility Functions
8.3. RxMessageBox (Windows only)
8.4. RxWinExec (Windows only)
8.5. SysAddRexxMacro
8.6. SysBootDrive (Windows only)
8.7. SysClearRexxMacroSpace
8.8. SysCls
8.9. SysCreatePipe (Unix-like systems only)
8.10. SysCurPos (Windows only)
8.11. SysCurState (Windows only)
8.12. SysDriveInfo (Windows only)
8.13. SysDriveMap (Windows only)
8.14. SysDropRexxMacro
8.15. SysDumpVariables
8.16. SysFileCopy
8.17. SysFileDelete
8.18. SysFileExists
8.19. SysFileMove
8.20. SysFileSearch
8.21. SysFileSystemType (Windows only)
8.22. SysFileTree
8.23. SysFork (Unix-like systems only)
8.24. SysFormatMessage
8.25. SysFromUnicode (Windows only)
8.26. SysGetErrorText
8.27. SysGetFileDateTime
8.28. SysGetKey
8.29. SysGetLongPathName (Windows only)
8.30. SysGetMessage (Unix-like systems only)
8.31. SysGetMessageX (Unix-like systems only)
8.32. SysGetShortPathName (Windows only)
8.33. SysIni (Windows only)
8.34. SysIsFile
8.35. SysIsFileCompressed (Windows only)
8.36. SysIsFileDirectory
8.37. SysIsFileEncrypted (Windows only)
8.38. SysIsFileLink
8.39. SysIsFileNotContentIndexed (Windows only)
8.40. SysIsFileOffline (Windows only)
8.41. SysIsFileSparse (Windows only)
8.42. SysIsFileTemporary (Windows only)
8.43. SysLinVer (Linux Only)
8.44. SysLoadRexxMacroSpace
8.45. SysMkDir
8.46. SysQueryProcess
8.47. SysQueryRexxMacro
8.48. SysReorderRexxMacro
8.49. SysRmDir
8.50. SysSaveRexxMacroSpace
8.51. SysSearchPath
8.52. SysSetFileDateTime
8.53. SysSetPriority
8.54. SysShutdownSystem (Windows only)
8.55. SysSleep
8.56. SysStemCopy
8.57. SysStemDelete
8.58. SysStemInsert
8.59. SysStemSort
8.60. SysSwitchSession (Windows only)
8.61. SysSystemDirectory (Windows only)
8.62. SysTempFileName
8.63. SysTextScreenRead (Windows only)
8.64. SysTextScreenSize (Windows only)
8.65. SysToUnicode (Windows only)
8.66. SysUtilVersion
8.67. SysVersion
8.68. SysVolumeLabel (Windows only)
8.69. SysWait (Unix-like systems only)
8.70. SysWaitNamedPipe (Windows only)
8.71. SysWinDecryptFile (Windows only)
8.72. SysWinEncryptFile (Windows only)
8.73. SysWinGetDefaultPrinter (Windows only)
8.74. SysWinGetPrinters (Windows only)
8.75. SysWinSetDefaultPrinter (Windows only)
8.76. SysWinVer (Windows only)
RexxUtil is a function package for Windows and Unix-like systems. It contains functions to:
Manipulate operating system files and directories
Manipulate Windows classes and objects
Perform text screen input and output
All of the RexxUtil functions are registered by the Rexx interpreter on startup so there is no need to manually register the functions.
Prev
7.4.83. XRANGE (Hexadecimal Range)
Up
Home
Next
8.1. A Note on Error Codes