I don't know of any such setting and, without better understanding the details of what you're doing, don't know if I can offer better advice than perhaps using something like
fexist=: 1:@(1!:4) ::0:@(([: < 8 u: >) ::]&>)@(<^:(L. = 0:)) NB. 1=fexist 'filename.suf' iff file named "filename.suf" exists. to check if a file exists before accessing it. On Tue, Aug 30, 2011 at 10:20 PM, <[email protected]> wrote: > ... > > Is there any Windows or J setting that I need to adjust to make sure all > files get written to the proper folder before later being accessed? > ... > -- Devon McCormick, CFA ^me^ at acm. org is my preferred e-mail ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
