access windows security file owner attribute

T

Tzap

I'm curious as to how I can access the name of a file owner through
Java. It's clearly not a part of the "file" object type in java, but
from what I understand there are some API's I can use to get all the
attributes of a file that are in the Windows XP security settings
 
J

Joe Attardi

Tzap said:
I'm curious as to how I can access the name of a file owner through
Java. It's clearly not a part of the "file" object type in java, but
from what I understand there are some API's I can use to get all the
attributes of a file that are in the Windows XP security settings

You would need to access the appropriate functions in the Win32 API
from a C or C++ function, then call that using JNI.
 

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

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,575
Members
45,053
Latest member
billing-software

Latest Threads

Top