Skip to content
This repository was archived by the owner on Mar 10, 2021. It is now read-only.
This repository was archived by the owner on Mar 10, 2021. It is now read-only.

os.walk #1

Description

@Tomtilla

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions