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
(23 B)
📁
__pycache__
📄
adapters.py
(12.88 KB)
📄
calls.py
(1.5 KB)
📄
constants.py
(2.2 KB)
📄
library.py
(173 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.LoadLibrary(_FILEPATH)
Upload File
Create Folder