Short: V3.5 ARexx function lib for V37+ functions (ReadArgs, pattern matching, etc.) Author: hartmut Goebel Uploader: hartmut Goebel Type: util/rexx Version: 3.5 Requires: AmigaOS 2.04 (V37) Architecture: m68k-amigaos Distribution: NoCD Copyright (C) 1994-1997 by hartmut Goebel ARexx function library for accessing Dos V37+ functions. Amungst are ReadArgs(), GetVar() etc. and pattern matching. After programming ARexx script for quite a while, I missed some function found in dos.library -- especially access to environment variables and the comfortable argument parsing. Since there seamed to be no ARexx function library which implements this functions, I decited to write my own. And here it is. This are the functions handled by this library. · ReadArgs() · GetVar(), SetVar(), DeleteVar() · ParsePattern(), MatchPattern() - even case-insensitive · Fault() · Delete(), Rename(), MakeDir() · SetComment(), SetProtection() V3 enables /T for ReadArgs() and adds some more functions: · FilePart(), PathPart(), AddPart(), AbsolutePath() V3.5 fixes AddPart("foo:bar",) which caused Enforcer hits hartmut Goebel Aufseßplatz 5 90459 Nürnberg Germany