51
Beta Releases / Re: v14.0 BETA
« on: June 20, 2024, 14:09:47 »when checking if file exists the GetFileAttributes(..) API is used. But for the special system files it return false and set error code to FILE_NOT_FOUND.
I tried PathFileExists(). For non-existing file it returns 0x02 FILE_NOT_FOUND while for "hiberfil.sys" it returns 0x20 ERROR_SHARING_VIOLATION. Also FindFirstFile() succeedes.
It looks inconsistent when you see a file in the panel, but script says it doesn't exist.