Thread: nxHelper.dll
View Single Post
Old 05-05-2008, 12:05 PM  
neoxed
Too much time...
 
Join Date: May 2003
Posts: 1,326
Default

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.
neoxed is offline   Reply With Quote