Skip to content

Draft: Add persistent file ID support to KIO

Jan Blackquill requested to merge work/janb/persistent-file-id into master

This adds support for using the various OS facilities for getting a persistent file ID to identify a file regardless of moving/renaming.

This does not add support for using a persistent file ID to open/retrieve a file, since that needs elevated permissions on Linux and BSD to perform.

Merge request reports