https://hastebin.skyra.pw/pihomozawa.cc
I want to write code that will traverse the entire filesystem and generate a file with lines like C:\full\file\path fileSize
In line 59 I tried using both FileSize and getFileSize function and noticed that the FileSize one (which calls GetFileAttributesEx) is much faster, but what worries me is a warning given by my IDE on line 9
I don't understand it, am I doing this the right way?