SetModulesPath Method
  Set the directory list where modules are stored. By default, Mosel looks for its modules in the directories defined by the environment variable MOSEL_DSO, in MOSEL/dso and then in XPRESSDIR/dso. This function may be used to replace the directory list defined by MOSEL_DSO. Note that the directory separator is ':' under Unix (e.g. "/opt/Mosel/dso:/tmp") and ';' under Win32 (e.g. "E:\Mosel\Dso;C:\Temp"). 
Namespace: Mosel
Assembly: xprmdn (in xprmdn.dll) Version: 4.8.0.0
 Syntax
Syntax
    C#
   
  public void SetModulesPath( string paths )
Parameters
- paths
- 
   Type: 
   SystemString
   
 list of paths suitable for the operating system
 See Also
See Also
 
