LooseDirIdFile: Every file named dir.c9r which parent does not end with .c9r. The fix is to remove the file.
MissingDirIdFile: Every c9r directory, which does not contain a dir.c9r file The fix is to remove the directory to not hog a name.
The second is especially interesing in combination of the oprhan dir result. The orphaned directory can be recovered and the old c9r dir formerly containing the link file can be removed, such that the user can add the directory at its original location again.
This PR adds two new results to the DirIdCheck:
dir.c9r
which parent does not end with.c9r
. The fix is to remove the file.The second is especially interesing in combination of the oprhan dir result. The orphaned directory can be recovered and the old c9r dir formerly containing the link file can be removed, such that the user can add the directory at its original location again.