/*-------------------------------------------------------------------------
*
* dirmod.c
- * rename/unlink()
+ * directory handling functions
*
* Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * These are replacement versions of unlink and rename that work on
- * Win32 (NT, Win2k, XP). replace() doesn't work on Win95/98/Me.
+ * This includes replacement versions of functions that work on
+ * Win32 (NT4 and newer).
*
* IDENTIFICATION
* $PostgreSQL$