home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-11-30 | 1004 b | 25 lines | [TEXT/KAHL] |
-
- Known bugs:
-
- - no error checking during file creation. Name collisions are improbable,
- but one should check for them, anyway. Write protected disks are also
- improbable, but disk full errors might occur.
-
- - The outputfile is always created, even if no files are ever processed.
-
- Possible ways to solve this:
-
- - create it in the temporary items folder, moving it to its destination
- when the program quits.
-
- - maintain a boolean 'fileHasBeenCreated', and check it in every function
- which outputs anything to the file. This would make the program a bit
- slower, but that probably would not be noticeable, since the program's
- performance is probably disk-bound.
-
- (this has been fixed more or less; the addition of the 'StartABunch' and
- 'EndABunch' virtual functions to dropshell++ made it possible to check for
- 'fileHasBeenCreated' only at every 'ODOC' event processed. This normally
- (i.e. when LL-R has been launched by dropping some files on it) occurs
- only once per execution.)
-