Help with getting file information from file explorer.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to get the following information about a file in a folder:
file name
file datetime
file owner (the name of the owner as it appears in the file explorer).
can some one help me.
thanks
Al
 
This works well. but my problem is that I can not add the "Owner". do you
know the constant for the Owner. The file explorer has Author and Owner that
you can view with the file name and date and it is important for me to get
the owner as well.

I tried: Debug.Print oF.Owner
but it did not work. I got a message saying that "Object doesn't support
property or method"
any Idea?
thanks
Al
 
Back
Top