Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Determining ownership of a file

michael_green
Beginner
533 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
533 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