X7ROOT File Manager
Current Path:
/opt/hc_python/lib/python3.12/site-packages/inotify
opt
/
hc_python
/
lib
/
python3.12
/
site-packages
/
inotify
/
??
..
??
__init__.py
(0 B)
??
__pycache__
??
adapters.py
(12.99 KB)
??
calls.py
(1.77 KB)
??
constants.py
(2.2 KB)
??
library.py
(177 B)
??
resources
??
test_support.py
(383 B)
Editing: library.py
import ctypes import ctypes.util _FILEPATH = ctypes.util.find_library('c') if _FILEPATH is None: _FILEPATH = 'libc.so.6' instance = ctypes.CDLL(_FILEPATH, use_errno=True)
Upload File
Create Folder