SCOUG-Programming Mailing List Archives
Return to [ 08 |
April |
2005 ]
<< Previous Message <<
** Reply to message from "Peter Skye pskye@peterskye.com" on Fri, 8 Apr 2005
16:07:54 PDT7
> Is there a Rexx function to rename a file? (I can't find one.)
>
> I know I can say
>
> "ren fileX fileY"
>
> but I'd prefer a Rexx function if one exists.
REXXLIB
DOSRENAME( file_name_1, file_name_2 )
Returns 1 if file_name_1, which must contain a fully qualified file or
directory name, is successfully renamed to the new name in file_name_2;
otherwise, returns 0.
--
Robert Blair
=====================================================
To unsubscribe from this list, send an email message
to "steward@scoug.com". In the body of the message,
put the command "unsubscribe scoug-programming".
For problems, contact the list owner at
"postmaster@scoug.com".
=====================================================
<< Previous Message <<
Return to [ 08 |
April |
2005 ]
The Southern California OS/2 User Group
P.O. Box 26904
Santa Ana, CA 92799-6904, USA
Copyright 2001 the Southern California OS/2 User Group. ALL RIGHTS
RESERVED.
SCOUG, Warp Expo West, and Warpfest are trademarks of the Southern California OS/2 User Group.
OS/2, Workplace Shell, and IBM are registered trademarks of International
Business Machines Corporation.
All other trademarks remain the property of their respective owners.
|