Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Delphi 2009 classes / components to read/write file permissions

Does anyone have a set of classes / components that will work with Delphi 2009 (Unicode) to read and write NTFS file permissions?

There was a thing called "NTSet" - but they stopped development at Delphi 2006 about 3 years ago :-(

Any other takers??

Thanks! Marc

like image 475
marc_s Avatar asked Feb 03 '09 18:02

marc_s


2 Answers

JCL has units to deal with file permissions, and they claim D2009 compatibility.

like image 128
dmajkic Avatar answered Nov 15 '22 02:11

dmajkic


Colin Wilson's "NT low-level" component set wraps the APIs you need, and supports Delphi 2009 as well as earlier releases. However you may need to rely on the MS documentation and samples if you need detailed help to implement a specific operation. You can find the components (and others) at http://www.wilsonc.demon.co.uk/delphi.htm. They are freeware/donationware. I have found many uses for them over the years.

like image 1
frogb Avatar answered Nov 15 '22 04:11

frogb