I want to create a program to ensure that files on a server were compressed overnight. The easiest way to determine this would be to check the ownership of the file (the ownership changes from the user to the admin if it ran properly). I have been unable to find any info on how to use VB to check ownership.

Any suggestions?