I have a task in which they give me the path to a file and I have to print all the attributes of that file...
So far all what I have found on the internet is about writing/reading from a file, but this does not help a bit.
EDIT: It has to be done in assembly language EDIT2: I'm using windows 7 x64, but all my programs are compiled using TASM, TLINK and I'm using Turbo Debugger for debuggin