C# 클래스 Smartmobili.Cocoa.NSFileManager

상속: NSObject
파일 보기 프로젝트 열기: smartmobili/CocoaBuilder

공개 프로퍼티들

프로퍼티 타입 설명
Class Class

공개 메소드들

메소드 설명
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

메소드 상세

Alloc() 공개 정적인 메소드

public static Alloc ( ) : NSFileManager
리턴 NSFileManager

ChangeFileAttributes() 공개 메소드

public ChangeFileAttributes ( NSDictionary attributes, NSString path ) : bool
attributes NSDictionary
path NSString
리턴 bool

CreateDirectoryAtPath() 공개 메소드

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

DirectoryContentsAtPath() 공개 메소드

public DirectoryContentsAtPath ( NSString path ) : NSArray
path NSString
리턴 NSArray

EnumeratorAtPath() 공개 메소드

public EnumeratorAtPath ( NSString aPath ) : NSDirectoryEnumerator
aPath NSString
리턴 NSDirectoryEnumerator

FileAttributesAtPath() 공개 메소드

public FileAttributesAtPath ( NSString path, bool flag ) : NSDictionary
path NSString
flag bool
리턴 NSDictionary

FileExistsAtPath() 공개 메소드

public FileExistsAtPath ( NSString aPath ) : bool
aPath NSString
리턴 bool

FileExistsAtPath() 공개 메소드

public FileExistsAtPath ( NSString aPath, bool &isDirectory ) : bool
aPath NSString
isDirectory bool
리턴 bool

FileSystemRepresentationWithPath() 공개 메소드

public FileSystemRepresentationWithPath ( NSString path ) : string
path NSString
리턴 string

IsWritableFileAtPath() 공개 메소드

public IsWritableFileAtPath ( NSString aPath ) : bool
aPath NSString
리턴 bool

PathContentOfSymbolicLinkAtPath() 공개 메소드

public PathContentOfSymbolicLinkAtPath ( NSString path ) : NSString
path NSString
리턴 NSString

프로퍼티 상세

Class 공개적으로 정적으로 프로퍼티

public static Class,Smartmobili.Cocoa Class
리턴 Class