org.rococoa.cocoa.foundation.categories
Interface NSFileAttributes

All Known Implementing Classes:
NSDictionary, NSMutableDictionary

public interface NSFileAttributes

This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.


Nested Class Summary
static interface NSFileAttributes._static_
           
 
Method Summary
 NSDate fileCreationDate()
           
 boolean fileExtensionHidden()
           
 NSNumber fileGroupOwnerAccountID()
           
 NSString fileGroupOwnerAccountName()
           
 NSObject fileHFSCreatorCode()
           
 NSObject fileHFSTypeCode()
           
 boolean fileIsAppendOnly()
           
 boolean fileIsImmutable()
           
 NSDate fileModificationDate()
           
 NSNumber fileOwnerAccountID()
           
 NSString fileOwnerAccountName()
           
 int filePosixPermissions()
           
 long fileSize()
           
 int fileSystemFileNumber()
           
 int fileSystemNumber()
           
 NSString fileType()
           
 

Method Detail

fileSize

long fileSize()

fileModificationDate

NSDate fileModificationDate()

fileType

NSString fileType()

filePosixPermissions

int filePosixPermissions()

fileOwnerAccountName

NSString fileOwnerAccountName()

fileGroupOwnerAccountName

NSString fileGroupOwnerAccountName()

fileSystemNumber

int fileSystemNumber()

fileSystemFileNumber

int fileSystemFileNumber()

fileExtensionHidden

boolean fileExtensionHidden()

fileHFSCreatorCode

NSObject fileHFSCreatorCode()

fileHFSTypeCode

NSObject fileHFSTypeCode()

fileIsImmutable

boolean fileIsImmutable()

fileIsAppendOnly

boolean fileIsAppendOnly()

fileCreationDate

NSDate fileCreationDate()

fileOwnerAccountID

NSNumber fileOwnerAccountID()

fileGroupOwnerAccountID

NSNumber fileGroupOwnerAccountID()