1. RE: Renaming Files
- Posted by CK Lester <cklester at yahoo.com> Apr 11, 2001
- 455 views
I wrote: > I just want a simple "rename( old_name , new_name )" procedure DOH! Actually, I'd like it to be a function that returns success or fail. Thanks!
2. RE: Renaming Files
- Posted by Ted Fines <fines at macalester.edu> Apr 11, 2001
- 452 views
Search the EU archives and you'll find win32fil.ew, which contains the functionality you need. Not that I ALWAYS rememebr to do this, but as a gentle reminder to all, it would be better for people to at least search the EU file archives for something they're looking for, before posting a question to the list... --Ted --On Wednesday, April 11, 2001 3:28 PM +0000 CK Lester <cklester at yahoo.com> wrote: > > > I wrote: > >> I just want a simple "rename( old_name , new_name )" procedure > > DOH! Actually, I'd like it to be a function that returns success or > fail. > > Thanks! > > > >
3. RE: Renaming Files
- Posted by CK Lester <cklester at yahoo.com> Apr 11, 2001
- 414 views
pampeano at ROCKETMAIL.COM wrote: > > > If you're using win32lib, then you have the moveFile function, else you > c= > an download win32fil library that support that too, or wrap it yourself. > > Best Regards, > Guillermo Bonveh=ED > AKA: Knixeur, Red Knight, Caballero Rojo So, moveFile functions the same as a rename function? I didn't know that! Thanks, Guillermo... -ck