in reply to Re: How to tell if a Directory is Empty
in thread How to tell if a Directory is Empty
You are using the $ anchor instead of the \z anchor which means that the directory will be considered empty if there is a valid file named ".\n" or "..\n".
|
|---|