Eli5 Why can’t there be 2 files with the same name in the same directory but in the recycle bin, it’ll allow it?

1.37K views

Eli5 Why can’t there be 2 files with the same name in the same directory but in the recycle bin, it’ll allow it?

In: Technology

8 Answers

Anonymous 0 Comments

There is no technical reason for it anymore. Any modern day file system uses an internal unique identifier (eg inode) for the file. The name is there just for the user convenience. There are some special files in windows that cannot be created though, because they mean something special in the system. E.g. CON.

You are viewing 1 out of 8 answers, click here to view all answers.