Changes between Version 9 and Version 10 of ErlangShellInterface
- Timestamp:
- Apr 17, 2012, 5:13:22 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ErlangShellInterface
v9 v10 40 40 }}} 41 41 42 You can also specify build parameters, but this feature is mostly applied through the development, so please find the module documentation for the details. Note that this build function tries to compile the nif graph representationas well, if these have not been compiled yet. If you want to prevent this, you can use the {{{no_nif}}} build parameter.42 You can also specify build parameters, but this feature is mostly applied through the development, so please find the module documentation for the details. Note that this build function tries to compile the [[NifDB|NIF graph representation]] as well, if these have not been compiled yet. If you want to prevent this, you can use the {{{no_nif}}} build parameter. 43 43 44 44 == Managing files == … … 112 112 {{{ 113 113 ri:delenv(include). 114 }}}115 116 Loaded files can be saved using117 118 {{{119 ri:save(Filename).120 114 }}} 121 115 … … 187 181 }}} 188 182 189 If you use NIF graph database, then it is little different:[[BR]]183 If you use [[NifDB|NIF graph database]], then it is little different:[[BR]] 190 184 You can create backups with '''ri:backup/0''' or '''ri:backup/1''' and you can load 191 185 these backups with '''ri:restore/1'''.