Short: UNIX touch command Author: kai@iske.adsp.sub.org Uploader: kai iske adsp sub org Type: os20/cli Architecture: m68k-amigaos This is a simple TOUCH command, known from UNIX systems. It will touch all files (including patterns) given on the command line. If a particular file (not including wildcards) doesn`t exist, it will be created; just like under Unix. PUBLIC DOMAIN, includes source... Fixed since Version 1.2 (Yep, even a small program may have bugs ;) - For ExAll() a wrong buffer size was supplied; Whoops - Pattern buffer wasn`t large enough - For some calls (like AddPart) the length of the dest buffer was to small according to the allocation - For ParsePattern, the FileName wasn`t converted to uppercase Fixed since Version 1.1 (Yep, even a small program may have bugs ;) - Touch will issue a warning if no matching files could be found for a pattern (Suggested by : Dan Barret) Fixed since Version 1.0 (Yep, even a small program may have bugs ;) - Reduced stack usage - Reduced executable size - Recompiled using SAS 6.50 - Added CTRL-C checking