Carbon


kFSNodeLockedBit

Header: Files.h

enum {
    kFSNodeLockedBit = ,
    kFSNodeLockedMask = 1,
    kFSNodeIsDirectoryBit = 4,
    kFSNodeIsDirectoryMask = 16
};

© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)