Check file old name or detect when file was renamed without Change Journal. It is possible?

  • Thread starter Thread starter Striebrovlas
  • Start date Start date
S

Striebrovlas

Guest
It is possible check when file name is changed? For example with GetFileInformationByHandleEx I can check lot of informations, but I can't find if I can detect old name for file. For example ChangeJournal can do that, but I want avoid use ChangeJournals as possible.

Also, I don't want use ReadDirectoryChanges and other similar functions which only detects changes only when they runing.

Continue reading...
 
Back
Top