DADiSP Worksheet Functions > L - R > REHASH
Updates various directory paths.
REHASH("pathname")
"pathname" |
- |
Optional. A string, the system path to update. If unspecified, updates all paths.
|
Nothing.
rehash
Updates all paths.
rehash("modules")
Updates the add-in modules path.
REFRESH is useful if a new module or new SPL folder is added to the system while DADiSP is running. REHASH updates the internal list of paths.
The modmain() function of each detected module is executed if "pathname" is "modules" or unspecified. This allows new modules to initialize properly if installed during a session.