Add comment on getFiles method

This commit is contained in:
Kumi 2021-11-26 06:51:03 +01:00
parent d6a5498fe1
commit 5f8a22a5c7

View file

@ -53,6 +53,8 @@ class Directory:
def getFiles(self) -> list[File]:
"""Get all Files in Directory
N.B.: Returns only Files that have a size greater than 0
Returns:
list: List of File objects for files within the Directory
"""