How would you find the size of a given file without opening it up? I'm trying to find the size of the .exe file that is being run so that I can reallocate memory (can't just do size from .asm file because it's two .asm's linked together... or is there a way to do that?). Thanks.