Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

9-FS/2021-09-26-Directory-Comparer

Repository files navigation

Topic Author
Directory Comparer
구FS

Directory Comparer



1. General

Compares given directory's contents and lists the entries that are unique to their respective folders.
Limitations:

  • It does not use recursion, so only the immediate child entries are compared.
  • It only compares the entry names, not their actual type or content or anything else.

May be useful for manually syncing folders.