C# Class Smartmobili.Cocoa.NSFileManager

Inheritance: NSObject
Exibir arquivo Open project: smartmobili/CocoaBuilder

Public Properties

Property Type Description
Class Class

Public Methods

Method Description
Alloc ( ) : NSFileManager
ChangeFileAttributes ( NSDictionary attributes, NSString path ) : bool
CreateDirectoryAtPath ( NSString path, bool createIntermediates, NSDictionary attributes, NSError &error ) : bool
DirectoryContentsAtPath ( NSString path ) : NSArray
EnumeratorAtPath ( NSString aPath ) : NSDirectoryEnumerator
FileAttributesAtPath ( NSString path, bool flag ) : NSDictionary
FileExistsAtPath ( NSString aPath ) : bool
FileExistsAtPath ( NSString aPath, bool &isDirectory ) : bool
FileSystemRepresentationWithPath ( NSString path ) : string
IsWritableFileAtPath ( NSString aPath ) : bool
PathContentOfSymbolicLinkAtPath ( NSString path ) : NSString

Method Details

Alloc() public static method

public static Alloc ( ) : NSFileManager
return NSFileManager

ChangeFileAttributes() public method

public ChangeFileAttributes ( NSDictionary attributes, NSString path ) : bool
attributes NSDictionary
path NSString
return bool

CreateDirectoryAtPath() public method

public CreateDirectoryAtPath ( NSString path, bool createIntermediates, NSDictionary attributes, NSError &error ) : bool
path NSString
createIntermediates bool
attributes NSDictionary
error NSError
return bool

DirectoryContentsAtPath() public method

public DirectoryContentsAtPath ( NSString path ) : NSArray
path NSString
return NSArray

EnumeratorAtPath() public method

public EnumeratorAtPath ( NSString aPath ) : NSDirectoryEnumerator
aPath NSString
return NSDirectoryEnumerator

FileAttributesAtPath() public method

public FileAttributesAtPath ( NSString path, bool flag ) : NSDictionary
path NSString
flag bool
return NSDictionary

FileExistsAtPath() public method

public FileExistsAtPath ( NSString aPath ) : bool
aPath NSString
return bool

FileExistsAtPath() public method

public FileExistsAtPath ( NSString aPath, bool &isDirectory ) : bool
aPath NSString
isDirectory bool
return bool

FileSystemRepresentationWithPath() public method

public FileSystemRepresentationWithPath ( NSString path ) : string
path NSString
return string

IsWritableFileAtPath() public method

public IsWritableFileAtPath ( NSString aPath ) : bool
aPath NSString
return bool

PathContentOfSymbolicLinkAtPath() public method

public PathContentOfSymbolicLinkAtPath ( NSString path ) : NSString
path NSString
return NSString

Property Details

Class public_oe static_oe property

public static Class,Smartmobili.Cocoa Class
return Class