We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make filter & sort functions take as an argument a single instance of a custom class (named PathInfo?) with the following attributes:
PathInfo
entry
os.DirEntry
path
entry.path
Path
name
str
relpath
dirpath
root
root_dirpath
iterpath()
The text was updated successfully, but these errors were encountered:
maxdepth: int | None
No branches or pull requests
Make filter & sort functions take as an argument a single instance of a custom class (named
PathInfo
?) with the following attributes:entry
— theos.DirEntry
objectpath
— equal toentry.path
converted to aPath
name
— the entry's basename as astr
relpath
— the entry'sPath
relative todirpath
dirpath
(root
?root_dirpath
?) — the originaldirpath
passed toiterpath()
The text was updated successfully, but these errors were encountered: