Open cnc0090306 opened 3 years ago
isdir() should be there. Maybe you are using an old version of the wrapper?
Try installing libnfs from current master and try installing libnfs-python from current master.
I just pushed a small change to libnfs-python to switch it to python3 and using current master of both libnfs and libnfs-python the nfs.isdir() method works for me in testing.
I verified that these instructions worked: This module depends on and provides bindings for libnfs, a userspace NFS library hosted at https://github.com/sahlberg/libnfs
Before you can build this module you must first install the latest version of libnfs.
cd libnfs make cd .. sudo python3 setup.py install