|
|
@@ -242,6 +242,7 @@ class ABFS(object):
|
|
|
listofDir = self.listdir_stats(path, params)
|
|
|
return [x.name for x in listofDir]
|
|
|
|
|
|
+
|
|
|
def listfilesystems(self, root = Init_ABFS.ABFS_ROOT,params=None, **kwargs):
|
|
|
"""
|
|
|
Lists the names of the File Systems, limited arguements
|