Entraides et échanges autour de la technologie Scol - Informations and exchanges on the Scol technology
Vous pouvez changer la langue de l'interface une fois inscrit - You can change the language once registered
You are not logged in.
Pages: 1
Hi,
Syspack is a system API (alpha version) :
- string and list :
strextrS, listextr, strfind2List, strfindAnyChar, strncat, strtruncate, _fooF, _fooFn, strreplace, strF, sprintf, printf
- system :
memoryInfos, powerInfos, memoryMinMax, osInfos, getUserName, getUserRealName, getScolPath, sleep
- files and directories :
DP, DW, searchFile, _checkDirectory, _createDirectory, _getModifyDirectory, _deleteDirectory
- md5 :
getFileMd5, getStringMd5
- packages and environments :
getSourceMd5, getScolMd5, getPackages
- temporaries files (similar as the ANSI File api) :
_FILEOpenTemp, _FILECloseTemp, _FILEReadTemp, _FILESizeTemp, _FILETellTemp, _FILESeekTemp, _FILEWriteTmp
- benchmarks :
_benchmarkStart, _benchmarkEnd
Documentation : http://www.scolring.org/files/doc_html/syspack.html
Donwload : http://redmine.scolring.org/projects/syspack/files
A server Scol version (gnu/linux only at this time) is available too :
http://redmine.scolring.org/projects/scolserver/files
To install it :
Copy the Scol library in the 'plugins' sub folder.
Edit the usm.ini file. Add this line :
plugin ./plugins/libsyspack.so ScolLoadPlugin ScolUnloadPlugin
Restart the Scol server.
Offline
Oops !
The documatation is broken. It's OK now
Documentation : http://www.scolring.org/files/doc_html/syspack.html
Offline
Pages: 1