Determines user, group, and object permissions bits assigned using the specified Unix chmod value.
function ChmodNoToModeBits(
    const AModVal: Cardinal
): Cardinal;| 
 
Parameters   | 
 
Description   | 
| 
 
AModVal   | 
 
chmod value to use for determining the permission bits.   | 
Cardinal
ChmodNoToModeBits is a Cardinal function used to determine user, group, and object permissions bits assigned using the Unix chmod value specified in AModVal.
| 
 
Internet Direct (Indy) version 10.1.5 
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup.  |