--- In [email protected], "entropyreduction" <alancampbelllists+ya...@...> wrote: > > > 2. implicit local within expression > > unicode.file_watchfolder(unicode.new(?#C:\#), "Win.Debug(,)") > > //=> u_3001 u_3002 > > Hmm, I wouldn't have expected that. I'll duplicate and see what's going on. > I would expect u_3001 to be invalidated after > expression finishes, and therefore to be available for > file name. > > > In case of #2, it seems not to increase handle counts. > > So when evaluating Arg(2), handle might be assigned sequentially. > > In case of #2, is u_3001 a valid handle? I'll experiment and find out...or > let me know if you do before me. >
Yes, both folder(u_3001) and file(u_3002) are vaild handles. testWatchFolder.powerpro is distributed with unicodePlugin.zip. ; ------------------------------- unicode.file_watchfolder(unicode.new(?#C:\#), ".testWatchFolder(,)") event.create(5, 1, ?#file.writeall(?"C:\__&(timesec)__.tmp", timesec)#) ; -------------------------------
