Re: forth scripting

2012-07-23 Thread James Cameron
The methods I've used to check for non-empty directory are: 1. try assuming the directory is empty and if an exception occurs handle it, using catch, 2. try assuming the directory is non-empty and if an exception occurs handle it, using catch, 3. write a file counter, using the filesystem

Re: forth scripting

2012-07-23 Thread Jerry Vonau
On Mon, 2012-07-23 at 16:03 +1000, James Cameron wrote: Thanks, James. The methods I've used to check for non-empty directory are: 1. try assuming the directory is empty and if an exception occurs handle it, using catch, 2. try assuming the directory is non-empty and if an exception

forth scripting

2012-07-22 Thread Jerry Vonau
Hi All: Is there a build-in function in OFW that I can use to detect a non-empty directory before I re-invent the wheel? Any quick way to display all the defined words in use in OFW? Jerry ___ Devel mailing list Devel@lists.laptop.org