00001 /* 00002 * Generated by class-dump 3.1.1. 00003 * 00004 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard. 00005 */ 00006 00007 #import "NSDictionary.h" 00008 00009 @interface NSDictionary (NSFileAttributes) 00010 - (unsigned long long)fileSize; 00011 - (id)fileModificationDate; 00012 - (id)fileType; 00013 - (unsigned int)filePosixPermissions; 00014 - (id)fileOwnerAccountName; 00015 - (unsigned int)fileOwnerAccountNumber; 00016 - (id)fileGroupOwnerAccountName; 00017 - (unsigned int)fileGroupOwnerAccountNumber; 00018 - (int)fileSystemNumber; 00019 - (unsigned int)fileSystemFileNumber; 00020 - (BOOL)fileExtensionHidden; 00021 - (unsigned long)fileHFSCreatorCode; 00022 - (unsigned long)fileHFSTypeCode; 00023 - (BOOL)fileIsImmutable; 00024 - (BOOL)fileIsAppendOnly; 00025 - (id)fileCreationDate; 00026 - (id)fileOwnerAccountID; 00027 - (id)fileGroupOwnerAccountID; 00028 @end 00029