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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top