You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 10, 2021. It is now read-only.
Use os.walk to iterate trough files
Example:
for root, files, dirs in os.walk("."):
for file in files:
# do the virus check
this goes through every single file in a directory