Skip to content
Commit bd7d3a92 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Add logic to VFS rename: If target of rename exists and is a directory, then...

Add logic to VFS rename:  If target of rename exists and is a directory, then the source file should be moved 'under' the target directory.  POSIX also requires that if the target is a file, then that old file must be deleted.
parent af5a8e73
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment