home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / apps / program / u / varedit1 / !VarEdit / Docs / Vars < prev    next >
Encoding:
Text File  |  1994-01-08  |  2.4 KB  |  54 lines

  1.  
  2.         This is a simple list of various variables as defined in the
  3. appendices of the RISC OS 3 PRMs. Some of them are system variables (often
  4. code variables, which cannot be modifed); others, particularly the App$...
  5. variables, are suggested variable names applications should use if they need
  6. such a variable.
  7.         At one point VarEdit will know about all of these (it already knows
  8. about $Dir and $Path), and tell you about it. (Wishful thinking!).  
  9.  
  10.  
  11. App$Dir : full pathname of directory holding application App.
  12. App$Path : as App$Dir, but trailing '.' and can refer to several
  13. directories. Read-only.
  14. App$Path_Message : alternative error message if App$Path not found.
  15. App$Options : start-up options of App. Only includes options that differ
  16. from default. To be saved to a desktop file.
  17. App$PrintFile : file or system device application prints to.
  18. App$Resources : Full pathname of resources.
  19. App$Running : 'Yes' if Application is running, Unset otherwise.
  20. Alias$Command : define new command
  21. FileSwitch$CurrentFilingSystem
  22. FileSwitch$TemporaryFilingSystem
  23. FileSwitch$SpecialField
  24. FileSwitch$fs$CSD : fs is a filing system, e.g. ADFS, RAM
  25. FileSwitch$fs$PSD
  26. FileSwitch$fs$Lib
  27. FileSwitch$fs$URD
  28. File$Type_XXX : file-type, 8 characters maximum. "XXX" is 3-digit hex.
  29. Alias$@LoadType_XXX
  30. Alias$@RunType_XXX
  31. Alias$@PrintType_XXX
  32. fs$Path_Message : alternative error message if fs cannot be found
  33. CLI$Prompt : prompt at command line, by default "*" 
  34. Copy$Options : Behaviour of Copy, Count and Wipe. Not same format as
  35. Count$Options : App$Options (~opt or opt rather R+ R- L52 etc.)
  36. Wipe$Options
  37. File$Path : path searched when file read
  38. Run$Path : path searched when file run
  39. Obey$Dir : directory from which Obey file is being run.
  40. Sys$Time : current time
  41. Sys$Date : current date
  42. Sys$Year : current year
  43. Sys$DateFormat : standard date format
  44. Sys$ReturnCode : last return codew given by SWI OS_Exit
  45. Sys$RCLimit : maximum return value that will not generate an error
  46. System$Dir
  47. System$Path : pathname of !System application.
  48. Wimp$Scrap : full pathname of scrap file used for transfer. Do not change.
  49. Wimp$ScrapDir : scrap directory within !Scrap to store temporary files. Do not change.
  50. Desktop$File : desktop boot file used to start the desktop
  51. Desktop$State : if desktop is running, 'desktop', otherwise 'commands'.
  52. TaskWindow$Server : pathname of application used to start up task windows.
  53. DeviceFS$Device$Options : options for a DeviceFS device
  54. PrinterType$n : path to print to printer type n.