locate file in NTFS
-
Hi all, Is it possible to read the object ID of the file in the NTFS, and from the file's object ID, I can query the filename and path from NTFS so that I can locate the file ? (coz even the user change the filename and path of the file, the object ID will remain unchanged, so I just need to record the object ID for retrieving the file later) Any reference on how to program this ? Thanks
-
Hi all, Is it possible to read the object ID of the file in the NTFS, and from the file's object ID, I can query the filename and path from NTFS so that I can locate the file ? (coz even the user change the filename and path of the file, the object ID will remain unchanged, so I just need to record the object ID for retrieving the file later) Any reference on how to program this ? Thanks
Perhaps Distributed Link Tracking [^] is what you're after.
Steve