Re: [Hardhats-members] Needed Kernel Functions: HFS Directory functions

2006-01-13 Thread Kevin Toppenberg
Cameron,I have the html Kernel programmer's guide, so I was aware of these functions.  I did learn something new however about the $DEFDIR function that will deal with the "/" "\" issue between OSs. So Thanks!KevinOn 1/13/06, Cameron Schlehuber <[EMAIL PROTECTED]> wrote: The list of %ZISH functions

RE: [Hardhats-members] Needed Kernel Functions: HFS Directory functions

2006-01-13 Thread Cameron Schlehuber
s.sourceforge.net Subject: Re: [Hardhats-members] Needed Kernel Functions: HFS Directory functions --- Kevin Toppenberg <[EMAIL PROTECTED]> wrote: > My understanding is that Kernel functions serve as an interface > between > implementation specific details on various OSs, to provide a

Re: [Hardhats-members] Needed Kernel Functions: HFS Directory functions

2006-01-13 Thread Greg Woodhouse
--- Kevin Toppenberg <[EMAIL PROTECTED]> wrote: > Nope. Doesn't return (on GT.M) any information to indicate whether > an entry > is a file or a directory. > > Kevin In Unix (including Linux) directories are just files. What is perhaps needed is a method of getting file characteristics. Under

Re: [Hardhats-members] Needed Kernel Functions: HFS Directory functions

2006-01-13 Thread Kevin Toppenberg
Nope.  Doesn't return (on GT.M) any information to indicate whether an entry is a file or a directory.KevinGTM>set SRCH("*")=""GTM>w $$LIST^%ZISH("/tmp/","SRCH","OUT") 1GTM>zwr OUT(*)OUT("XMLInst_DebugLog.tmp")="" OUT("demographics.csv")=""OUT("gtmlog.txt")="" OUT("index.htm")="" OUT("intro.htm")="

Re: [Hardhats-members] Needed Kernel Functions: HFS Directory functions

2006-01-13 Thread Greg Woodhouse
--- Kevin Toppenberg <[EMAIL PROTECTED]> wrote: > My understanding is that Kernel functions serve as an interface > between > implementation specific details on various OSs, to provide a common > interface. If this is true, there are several functions that I would > like > to see added, or perhap

[Hardhats-members] Needed Kernel Functions: HFS Directory functions

2006-01-13 Thread Kevin Toppenberg
My understanding is that Kernel functions serve as an interface between implementation specific details on various OSs, to provide a common interface.  If this is true, there are several functions that I would like to see added, or perhaps someone can tell me how this functionality is already prese