Make rename replace existing destinations on Windows.
[gnulib.git] / doc / posix-functions / rename.texi
1 @node rename
2 @section @code{rename}
3 @findex rename
4
5 POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/rename.html}
6
7 Gnulib module: rename
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function does not work when the source file name ends in a slash on
13 some platforms:
14 SunOS 4.1.
15 @item
16 This function will not replace an existing destination on some
17 platforms:
18 mingw.
19 @end itemize
20
21 Portability problems not fixed by Gnulib:
22 @itemize
23 This function will not replace a destination that is currently opened
24 by any process:
25 mingw.
26 @end itemize