You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sems/apps/dsm/mods/mod_sys
Peter Lemenkov b29061dad6
Fix for building with the latest glibc
16 years ago
..
CMakeLists.txt - Add installation of DSM sub-modules and scripts. 17 years ago
Makefile added copy of Makefile.app_module with differing install target, 17 years ago
ModSys.cpp Fix for building with the latest glibc 16 years ago
ModSys.h went one step further with macrotisation of DSM modules 16 years ago
Readme.mod_sys.txt updated doc 17 years ago

Readme.mod_sys.txt

Actions: 
 sys.mkdir(string dirname)
 sys.mkdirRecursive(string dirname)
 sys.rename(string from, string to)
 sys.unlink(string filename)
 sys.unlinkArray(string filename, string prefix)
    Array version of unlink (prefix/filename_0 .. prefix/filename_$filename_size) 
 sys.tmpnam(string varname)

Conditions: 
 sys.file_exists(string fname)
 sys.file_not_exists(string fname)