Using GUIDs to identify a file

I had an interesting read over at the “Old new thing” website. Discussing if it’s possible to open a file by its id rather then using its full qualified path and filename. You can find the original article here: Raymond Chen     Background On NTFS every single file on a volume has a object identifier which is a 16-byte buffer. If a file doesn’t have an object identifier you can ask for one to be created...

Read More