Add comment on getFiles method
This commit is contained in:
parent
d6a5498fe1
commit
5f8a22a5c7
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue