Code specific to each MUMPS implementation should belong in the kernel, isolated from the applications.
GT.M doesn't provide a function to stat a file. The two approaches would be to use ZSYstem to call a program like ls, stat or file, or to call a standard C library function to get the answer. -- Bhaskar On Fri, 2006-01-13 at 14:38 -0600, Greg Woodhouse wrote: > --- Kevin Toppenberg <[EMAIL PROTECTED]> wrote: > > > I've decided to put such code into TMGKERNL, and if someone wants > the > > code > > later it will all be in one place. > > > > Kevin > > > > That sounds like a good idea to me. > > === > Gregory Woodhouse <[EMAIL PROTECTED]> > "If you give someone Fortran, he has Fortran. > If you give someone Lisp, he has any language he pleases." > --Guy L. Steele, Jr. > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log > files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD > SPLUNK! > http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click > _______________________________________________ > Hardhats-members mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/hardhats-members > ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ Hardhats-members mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/hardhats-members
