Skip to content
Snippets Groups Projects
Commit ab2809cc authored by tomrink's avatar tomrink
Browse files

snapshot...

parent e3dd7384
No related branches found
No related tags found
No related merge requests found
......@@ -111,6 +111,9 @@ class Files:
self.number_of_files = len(self.flist)
def get_number_of_files(self):
"""
:return: The number of files self managers
"""
return self.number_of_files
def get_datetime(self, pathname):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment