Posts by Johhny • 13 points
1 post
-
1
votes1
answer445
viewsQ: Access properties of a Python file
I want to access the properties of a file using Python. I saw that it is possible to do this using the function listxattr of the OS module, but when trying to use it, it gives me an error. See my…