I'm trying to figure out how the program "Easy File Locker" hide or make it not readable or writable without changing any file attributes. I used GetFileAttributes() to check and any attributes really change. Someone know which way it uses to hide file ?
Asked
Active
Viewed 22 times
0
-
`GetFileAttrubites()` is not standard C++. What compiler and what OS are you using? – Pete Becker Jun 11 '18 at 21:24
-
I'm using Microsoft Visual Studio 2017 on windows 10. including #include
to it – ninjaman Jun 11 '18 at 21:27