How to get extended attributes about a file/folder in c#?

R

rh.krish

I'm writing a web application where I have to present an interface in
browser which looks like a windows explor. I need to populate filename,
size, type, modified date, owner, attributes, etc...
I'm able to get filename, size, type and modified date from FileInfo
class. But I don't know how to get a owner of a file in c#?. Anybody
knows how to get it? (owner of a file can be seen from windows explorer
by right clicking the header on the right pane and selecting the
'owner').

Thanks,
Hari.
 
W

Willy Denoyette [MVP]

| I'm writing a web application where I have to present an interface in
| browser which looks like a windows explor. I need to populate filename,
| size, type, modified date, owner, attributes, etc...
| I'm able to get filename, size, type and modified date from FileInfo
| class. But I don't know how to get a owner of a file in c#?. Anybody
| knows how to get it? (owner of a file can be seen from windows explorer
| by right clicking the header on the right pane and selecting the
| 'owner').
|
| Thanks,
| Hari.
|

What's the value of showing the Owner to a web based client?

Willy.
 

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

Top