dgd/
dgd/mud/doc/kernel/
dgd/mud/doc/kernel/hook/
dgd/mud/doc/kernel/lfun/
dgd/mud/include/
dgd/mud/include/kernel/
dgd/mud/kernel/lib/
dgd/mud/kernel/lib/api/
dgd/mud/kernel/obj/
dgd/mud/kernel/sys/
dgd/src/host/beos/
dgd/src/host/pc/res/
dgd/src/host/unix/
dgd/src/lpc/
dgd/src/parser/
NAME
	rename_file - rename a file

SYNOPSIS
	int rename_file(string from, string to)


DESCRIPTION
	Rename a file.  The destination file must not yet exist.  1 is
	returned if the file could be renamed, 0 otherwise.

ERRORS
	Moving a directory may not be possible if the host operating system
	does not support this as a system call.  Moving a file across file
	systems will probably fail.

SEE ALSO
	kfun/remove_file