if you have the regina doc, then check stream( <file dir="">, 'c', 'fstat' ) </file> fstat = stream( __dir, 'c', 'fstat' ) if fstat = "" then type = "?" else parse var fstat dnum inode perm nlinks user group size type . "type" is the in the regina.pdf file
I been using regian as a scripting language with jpsoft's take command as an alternate tto thestandard windows shell cmd --- When I start the take session I load all the regina extension and they stay resident until the take session ends I noticed that when debugging is turn on for rexxjson.dll and a debug file is also specified, the debug file remains open --- so I would suggest a way to close the file one way would be "call jsonvariable "debug", 0 -- would stop debugging and close the file if allocated...
Thanks for the update ----
Hello --- I am new to JSON and I was reading the doc and I am not sure of the example in section 3.1.4 is an error --- I noted the text ---- should this "json" example end with a "}" not ']' ?? Also, a PDF version of the html file would be a plus
grep search of the .c files for "getenv(" shows regfilesys.c: rpath = getenv(pathname); regini.c: strcpy(result->strptr, getenv("USERPROFILE") ); regini.c: strcpy(result->strptr, getenv("HOME")); regscreenux.c: tgetent(tcent, getenv("TERM")); regscreenux.c: char * mycolumns = getenv("COLUMNS"), * mylines = getenv("LINES");
environment variable
thanks for the info On Sun, Dec 18, 2022 at 10:17 AM Giorgio Tani giorgiotani@users.sourceforge.net wrote: Thank you for the feedback, I routinely try to contact AV teams about false positives so the issue can be fixed asap. False positive are unfortunately extremely common for newly published applications. Here you can see the scan results for about 70 antivirus of the 64 bit Windows installer, which is marked as safe https://www.virustotal.com/gui/file/714e147b0da63e745c5a99f5376d2a34a8ef73e4196e68c783c091f609b8a5bc...
Norton 360 -- false postive?