Hi all.
Please, help me.
In my
JAVA programm I read files and their permission.
I use (dos ?) command "cacls".
and output is:
'C:\testPerm.txt COMPANY\John:R
COMPANY\Mike OI)(CI)F
COMPANY\READERGRP:R
Everyone:F
I read this output into
String variable and process it.
"John" and "Mike" is (single) user, it's no problem.
But "READERGRP" is user's group.
I need detect who is in group "READERGRP", but I don't know how do it. Please, any advice, idea.
My OS is W2K.
Thank You.