Clib.rename() does not work with NFS-mounted directories
When using Clib.rename(OldName, NewName) in a Unix environment to move a file from the local disk to an NFS-mounted directory, the rename fails. Is this a bug?
0