cristianbuse / VBA-FileTools

Useful methods for interacting with the file system
MIT License
81 stars 23 forks source link

Windows file/folder reserved names: aux #4

Closed john-tvh closed 2 years ago

john-tvh commented 2 years ago

Hi Cristian, I was checking out your excellent LibFileTools. I believe the list of Windows file/folder reserved names in the IsReservedName Function is missing one reserved name, that being "aux".

This per https://learn.microsoft.com/en-us/windows/win32/fileio/naming-a-file#naming-conventions

Testing on my Windows 10 device shows this filename is not allowed.

cristianbuse commented 2 years ago

Hi John, thank you for raising the issue and for the kind words! I've added the missing name.