Re: A little help for GWorkspace
Richard Frith-Macdonald <[email protected]>
| Newsgroups | gmane.comp.lib.gnustep.applications |
|---|---|
| Message-ID | <[email protected]> |
On Thursday, January 11, 2001, at 06:12 PM, Enrico Sersale wrote: > > Two problems: > > 1) > I need a solution to get GWorkspace informed about the file system > changes happened consequently to external actions (bash commands, files > coming with ftp, tmp files, etc...). > > A NSTimer to reread the contents of all the column of the browser is too > time-consuming. Argh - don't re-read the contents of the columns - re-check the modification time for the directory represented by each column, and re-read the directory contents onl,y if this has changed.