Scanner
A file scanner.
Usage
Scanner()Parameters
root: str = "."-
Root directory to scan.
Methods
| Name | Description |
|---|---|
| scan() | Scan the directory. |
scan()
Scan the directory.
Usage
scan()Returns
list-
List of found files.
A file scanner.
Usage
root: str = "."Root directory to scan.
| Name | Description |
|---|---|
| scan() | Scan the directory. |
Scan the directory.
Usage
listList of found files.