nxHelper provides several utility functions to nxTools.
- Base64 encoding and decoding (::nx::base64)
- MP3 header reading (::nx::mp3)
- Changing the creation/modify/access times of files (::nx::touch)
- Reading volume information (::nx::volume)
- Zlib compression (::nx::zlib)
The nxhelper.dll is compiled statically and resolves the Tcl functions using Tcl's stub loader.
|