I have a mixed bag of files on my server and I need to know who created them.
Is there any way in .Net to work out who created the file? As in a network name or mac address or anything that will identify the creator?
I would guess this stuff is stored in the NTFS (windows 2k btw) but I need a .Net class that can access this.
System.IO.FileInfo doesn't seem to go far enough.


Reply With Quote