[Aimmath-commit] AIM/WEB-INF/maple OS.mpl,1.3,1.4
Brought to you by:
gustav_delius,
npstrick
From: <mo...@us...> - 2003-10-01 18:03:25
|
Update of /cvsroot/aimmath/AIM/WEB-INF/maple In directory sc8-pr-cvs1:/tmp/cvs-serv6231 Modified Files: OS.mpl Log Message: a minor documentation fix Index: OS.mpl =================================================================== RCS file: /cvsroot/aimmath/AIM/WEB-INF/maple/OS.mpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** OS.mpl 25 Aug 2003 21:47:18 -0000 1.3 --- OS.mpl 1 Oct 2003 18:03:06 -0000 1.4 *************** *** 63,67 **** `Package/Assign`( `OS/ListFiles`::list(string), ! "Return a list of the names of all files in directory @dir@", eval(os_listfiles) ): --- 63,67 ---- `Package/Assign`( `OS/ListFiles`::list(string), ! "Return a list of the names of all files (and subdirectories) in directory @dir@", eval(os_listfiles) ): *************** *** 72,76 **** `Package/Assign`( `OS/ListFilesOnly`::list(string), ! "Return a list of the names of all files in directory @dir@", eval(os_listfilesonly) ): --- 72,76 ---- `Package/Assign`( `OS/ListFilesOnly`::list(string), ! "Return a list of the names of all files in directory @dir@, but does not include subdirectories in the list.", eval(os_listfilesonly) ): |