home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 3
/
goldfish_volume_3.bin
/
files
/
util
/
rexx
/
rexxdossupport
/
rexxdossupport.readme
< prev
next >
Wrap
Text File
|
1995-04-15
|
1KB
|
34 lines
Short: V2.3 FuncLib for V37+ Dos functions (ReadArgs, pattern matching, etc. )
Author: hartmut@oberon.nbg.sub.org
Uploader: htgoebel@cip.informatik.uni-erlangen.de
Type: util/rexx
rexxdossupport.library 2.3
==========================
Copyright (C) 1994,1995 by hartmut Goebel
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()
new functions for version 2.1
· Delete(), Rename(), MakeDir()
· SetComment(), SetProtection()
V2.3 fixes a small bug when using template synonyms.
V2.2 has lower case name as required.
Enjoy it!
+++hartmut