(C) 1998 AROS - The Amiga Research OS
A soft link refers to another file by name, and is resolved by the filesystem and the caller. Soft links are not restricted to the same volume. The |dest| argument is a NUL terminated pathname to the pre-existing object. Soft links can be used on directories.
A hard link refers to another file by the location on a disk, and is resolved by the filesystem. Hard links are restricted to files on the same volume. The |dest| argument is a lock on another file.
Function prepared: Rename()
Moved #include's into first column