Get author from text File

contact because I need to acquire the author of a txt file but I do not know how to do it, since the options that appear only the date of last modification but not the author I need this specific information someone would know how to do it ?
What i need is


i have already us
new System.IO.FileInfo(filePath)
But this doesnt have this information

such information can be retrieved from the so clled advanced / extended properties
and will not be offered by the FileInfo Class

One of a few options is to involve the Shell32 COM, just give a high-level pointer on an approach

I understand that the property does not have it, that is why I am asking if there is another way to do it and how would you do it?