/headers/Foundation/NSFileAttributes.h

gehe zur Dokumentation dieser Datei
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 @class NSMutableDictionary;
00010 
00011 @interface NSFileAttributes : NSDictionary
00012 {
00013     NSMutableDictionary *dict;
00014     struct stat statInfo;
00015 }
00016 
00017 + (id)attributesAtPath:(id)fp8 traverseLink:(BOOL)fp12;
00018 + (id)attributesWithStat:(struct stat *)fp8;
00019 - (void)dealloc;
00020 - (unsigned int)hash;
00021 - (BOOL)isEqual:(id)fp8;
00022 - (id)objectForKey:(id)fp8;
00023 - (unsigned int)count;
00024 - (id)keyEnumerator;
00025 - (unsigned long long)fileSize;
00026 - (id)fileModificationDate;
00027 - (id)fileType;
00028 - (unsigned int)filePosixPermissions;
00029 - (id)fileOwnerAccountName;
00030 - (unsigned int)fileOwnerAccountNumber;
00031 - (id)fileGroupOwnerAccountName;
00032 - (unsigned int)fileGroupOwnerAccountNumber;
00033 - (int)fileSystemNumber;
00034 - (unsigned int)fileSystemFileNumber;
00035 - (BOOL)isDirectory;
00036 
00037 @end
00038