klassen-software-solutions / kssio

C++ I/O library (networking, files, and streams)
MIT License
0 stars 0 forks source link

directory does not properly identify empty directories #16

Closed stevenklassen8376 closed 5 years ago

stevenklassen8376 commented 5 years ago

Specifically both "." and ".." are listed by the Directory class. This means that size() will always be at least 2 and empty() will always return false.