Yes, I already do this sort of things for those kind of application-specific files.
The USERFOLDERS is strictly for loading my own code which I like to keep in my own directory outside of the standard J hierarchy. In any case, I'm satisfied with the solution I have now. Thanks for your patience and help. On 5/2/07, Chris Burke <[EMAIL PROTECTED]> wrote:
Devon McCormick wrote: > In any case, I handle USERFOLDERS by having the following in > my personal config.ijs: ... I am suggesting something much simpler - not requiring USERFOLDERS at all in your end user applications. Instead, just create a file as below for path configs: NB. some descriptive text here... DATAPATH=: '/home/genie/myapp/' OUTPATH=: '/home/genie/output/' ... ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
-- Devon McCormick, CFA ^me^ at acm. org is my preferred e-mail ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
