FlashpointProject / Curation-Validation-Bot

Curation validation bot for flashpoint

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Check for hidden and system files in curations

n0samu opened this issue · comments

Curations should never include hidden or system files such as desktop.ini or Thumbs.db. The bot should flag curations that have these files. Checking by filename is an OK approach, but I think it would be best to check for any files with the system (S) or hidden (H) attributes.
https://www.2brightsparks.com/resources/articles/understanding-file-attributes.html

Already implemented.