Unexpected Error Message While Copying Hardlinked Files
Posted: 14 Sep 2006, 00:55
I got an unexpected error message while trying to copy files to a backup directory, which contains files hardlinked to the source with the same name in both dirs, e.g src\file.ext and dest\file.exe.
Copying files from src to dest gives error message:
I know that hardlinks are not yet propperly supported by Servant Salamander, but I thought I would report this, for Altap's developper to note when they set out to implement hardlink support (or even before).
Copying files from src to dest gives error message:
Name: src\file.ext
Error: (32) Der Prozess kann nicht auf die Datei zugreifen, da sie von einem anderen Prozess verwendet wird.
The 'other' process seems to be the very same instance of Servant Salamander.[The process cannot access the file because it is locked by another process.]
I know that hardlinks are not yet propperly supported by Servant Salamander, but I thought I would report this, for Altap's developper to note when they set out to implement hardlink support (or even before).