Subj : Re: Rename Directory To : borland.public.cpp.borlandcpp From : "Ed Mulroy [TeamB]" Date : Wed Nov 19 2003 10:17 am In a 32 bit Windows program the Windows API function MoveFile can be used to rename the directory. In a 16 bit Windows or a DOS program I do not know of a function to rename a directory but you can rename a directory from the command line using the move command. Using WinExec in a 16 bit Windows program or system in a DOS program with a command such as "move old_name new_name" should work. .. Ed > Cash Albatros wrote in message > news:3fbb7431@newsgroups.borland.com... > is there someone known how can Rename Directory ? .