In a VFP program, I am trying to get the file owner using the following APIs:
GetFileSecurity
GetSecurityDescriptorOwner and
LookupAccountSid.
If I run the application on my C: drive, I get Administrator as owner.
If I run it on the network, i get an empty string.
If I copy or move a file...