Skip to content

Add support for renamed files#4

Open
MartinDomig wants to merge 1 commit intolinux-usb-gadgets:masterfrom
MartinDomig:bugfix/handle-renamed-files
Open

Add support for renamed files#4
MartinDomig wants to merge 1 commit intolinux-usb-gadgets:masterfrom
MartinDomig:bugfix/handle-renamed-files

Conversation

@MartinDomig
Copy link

Add IN_MOVED_FROM and IN_MOVED_TO to event mask to get notifications about renamed files as well as created/deleted ones. This will support file operations that write new files using a temporary file name, and then rename that file to the correct name (which is how glib does it).

Add IN_MOVED_FROM and IN_MOVED_TO to event mask to get notifications about
renamed files as well as created/deleted ones. This will support file
operations that write new files using a temporary file name, and then rename
that file to the correct name (which is how glib does it).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant