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.
|
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
|
Post feedback to the Indy Docs Newsgroup.
|