tatogalib.uri_ioΒΆ

uri_io is a cross-platform package for dealing with files and folders. Files and folders are identified by URI-strings. On Android, they are content URI-strings, e.g. "content://com.android.externalstorage.documents/document/primary%3ADownload%2FTest-dir%2Ftest.pdf" On desktops, they are file URI-strings, e.g. "file://C:/Program%20Files/test.pdf"

On Android, you need to add following line to the build_gradle_dependencies section or your pyproject.toml file: "androidx.documentfile:documentfile:1.0.1", This ensures that SAF tree traversal works properly.