If I have the path to two files in different windows directories, how can I compare they are the same size?
%APPDATA%/profiles.ini %USERNAME%/Desktop/profiles.ini I want to compare they are the same file, The first thing that comes to mind is to check
- The files have the same name
- The files are the same size
If you can suggest any better ways or any improvements please say.