Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Determining ownership of a file

michael_green
Beginner
346 Views
I would like to be able to determine the owners of a files so that this information can be displayed in a dialog. This would be the equivalent of the DOS command DIR /Q.

Does anyone know how to to this?

With many thanks in advance,

Mike
0 Kudos
1 Reply
Jugoslav_Dujic
Valued Contributor II
346 Views

GetFileSecurity is the keyword to search... not that I know anything about it, but here's one Google hit looking promising.

Jugoslav

0 Kudos
Reply