diff --git a/src/siadrive_dokan_api/siadokandrive.cpp b/src/siadrive_dokan_api/siadokandrive.cpp index b5cdc14..2c38109 100644 --- a/src/siadrive_dokan_api/siadokandrive.cpp +++ b/src/siadrive_dokan_api/siadokandrive.cpp @@ -704,7 +704,7 @@ private: ::CloseHandle(tempHandle); } - CEventSystem::EventSystem.NotifyEvent(CreateSystemEvent(DokanGetFileInformation(openFileInfo->CacheFilePath, fileName, opened, ret))); + CEventSystem::EventSystem.NotifyEvent(CreateSystemEvent(DokanGetFileInformation(cachFileLocation, fileName, opened, ret))); return ret; }