NGFileManager
Declared In: NGFileManager.h
Methods: - standardizePath: , - resolveSymlinksInPath: , - expandTildeInPath: , - changeCurrentDirectoryPath: , - createDirectoryAtPath:attributes: , - currentDirectoryPath , - copyPath:toPath:handler: , - movePath:toPath:handler: , - linkPath:toPath:handler: , - removeFileAtPath:handler: , - createFileAtPath:contents:attributes: , - contentsAtPath: , - contentsEqualAtPath:andPath: , - fileExistsAtPath: , - fileExistsAtPath:isDirectory: , - isReadableFileAtPath: , - isWritableFileAtPath: , - isExecutableFileAtPath: , - isDeletableFileAtPath: , - fileAttributesAtPath:traverseLink: , - fileSystemAttributesAtPath: , - changeFileAttributes:atPath: , - directoryContentsAtPath: , - enumeratorAtPath: , - subpathsAtPath: , - createSymbolicLinkAtPath:pathContent: , - pathContentOfSymbolicLinkAtPath: , - supportsVersioningAtPath: , - supportsLockingAtPath: , - supportsFolderDataSourceAtPath: , - supportsFeature:atPath: , - writeContents:atPath: , - globalIDForPath: , - pathForGlobalID: , - supportsTrashFolderAtPath: , - trashFolderForPath: , - trashFileAtPath:handler:


Protocol Description
No protocol description.


Symbolic Constants
Synopsis
NGFileManagerFeature_DataSources \
@"http://www.skyrix.com/filemanager/datasources"
NGFileManagerFeature_Locking \
@"http://www.skyrix.com/filemanager/locking"
NGFileManagerFeature_Versioning \
@"http://www.skyrix.com/filemanager/versioning"


Method Types
- standardizePath:
- resolveSymlinksInPath:
- expandTildeInPath:
- changeCurrentDirectoryPath:
- createDirectoryAtPath:attributes:
- currentDirectoryPath
- copyPath:toPath:handler:
- movePath:toPath:handler:
- linkPath:toPath:handler:
- removeFileAtPath:handler:
- createFileAtPath:contents:attributes:
- contentsAtPath:
- contentsEqualAtPath:andPath:
- fileExistsAtPath:
- fileExistsAtPath:isDirectory:
- isReadableFileAtPath:
- isWritableFileAtPath:
- isExecutableFileAtPath:
- isDeletableFileAtPath:
- fileAttributesAtPath:traverseLink:
- fileSystemAttributesAtPath:
- changeFileAttributes:atPath:
- directoryContentsAtPath:
- enumeratorAtPath:
- subpathsAtPath:
- createSymbolicLinkAtPath:pathContent:
- pathContentOfSymbolicLinkAtPath:
- supportsVersioningAtPath:
- supportsLockingAtPath:
- supportsFolderDataSourceAtPath:
- supportsFeature:atPath:
- writeContents:atPath:
- globalIDForPath:
- pathForGlobalID:
- supportsTrashFolderAtPath:
- trashFolderForPath:
- trashFileAtPath:handler:


Instance Methods
changeCurrentDirectoryPath:
- (BOOL)changeCurrentDirectoryPath:(NSString *)_path
No method description.

changeFileAttributes:atPath:
- (BOOL)changeFileAttributes:(NSDictionary *)_attributes atPath:(NSString *)_p
No method description.

contentsAtPath:
- (NSData *)contentsAtPath:(NSString *)_path
No method description.

contentsEqualAtPath:andPath:
- (BOOL)contentsEqualAtPath:(NSString *)_path1 andPath:(NSString *)_path2
No method description.

copyPath:toPath:handler:
- (BOOL)copyPath:(NSString *)_s toPath:(NSString *)_d handler:(id)_handler
No method description.

createDirectoryAtPath:attributes:
- (BOOL)createDirectoryAtPath:(NSString *)_path attributes:(NSDictionary *)_ats
No method description.

createFileAtPath:contents:attributes:
- (BOOL)createFileAtPath:(NSString *)_path contents:(NSData *)_contents attributes:(NSDictionary *)_attributes
No method description.

createSymbolicLinkAtPath:pathContent:
- (BOOL)createSymbolicLinkAtPath:(NSString *)_p pathContent:(NSString *)_dpath
No method description.

currentDirectoryPath
- (NSString *)currentDirectoryPath
No method description.

directoryContentsAtPath:
- (NSArray *)directoryContentsAtPath:(NSString *)_path
No method description.

enumeratorAtPath:
- (NSDirectoryEnumerator *)enumeratorAtPath:(NSString *)_path
No method description.

expandTildeInPath:
- (NSString *)expandTildeInPath:(NSString *)_path
No method description.

fileAttributesAtPath:traverseLink:
- (NSDictionary *)fileAttributesAtPath:(NSString *)_p traverseLink:(BOOL)_flag
No method description.

fileExistsAtPath:
- (BOOL)fileExistsAtPath:(NSString *)_path
No method description.

fileExistsAtPath:isDirectory:
- (BOOL)fileExistsAtPath:(NSString *)_path isDirectory:(BOOL*)_isDirectory
No method description.

fileSystemAttributesAtPath:
- (NSDictionary *)fileSystemAttributesAtPath:(NSString *)_p
No method description.

globalIDForPath:
- (EOGlobalID *)globalIDForPath:(NSString *)_path
No method description.

isDeletableFileAtPath:
- (BOOL)isDeletableFileAtPath:(NSString *)_path
No method description.

isExecutableFileAtPath:
- (BOOL)isExecutableFileAtPath:(NSString *)_path
No method description.

isReadableFileAtPath:
- (BOOL)isReadableFileAtPath:(NSString *)_path
No method description.

isWritableFileAtPath:
- (BOOL)isWritableFileAtPath:(NSString *)_path
No method description.

linkPath:toPath:handler:
- (BOOL)linkPath:(NSString *)_s toPath:(NSString *)_d handler:(id)_handler
No method description.

movePath:toPath:handler:
- (BOOL)movePath:(NSString *)_s toPath:(NSString *)_d handler:(id)_handler
No method description.

pathContentOfSymbolicLinkAtPath:
- (NSString *)pathContentOfSymbolicLinkAtPath:(NSString *)_path
No method description.

pathForGlobalID:
- (NSString *)pathForGlobalID:(EOGlobalID *)_gid
No method description.

removeFileAtPath:handler:
- (BOOL)removeFileAtPath:(NSString *)_path handler:(id)_handler
No method description.

resolveSymlinksInPath:
- (NSString *)resolveSymlinksInPath:(NSString *)_path
No method description.

standardizePath:
- (NSString *)standardizePath:(NSString *)_path
No method description.

subpathsAtPath:
- (NSArray *)subpathsAtPath:(NSString *)_path
No method description.

supportsFeature:atPath:
- (BOOL)supportsFeature:(NSString *)_featureURI atPath:(NSString *)_path
No method description.

supportsFolderDataSourceAtPath:
- (BOOL)supportsFolderDataSourceAtPath:(NSString *)_path
No method description.

supportsLockingAtPath:
- (BOOL)supportsLockingAtPath:(NSString *)_path
No method description.

supportsTrashFolderAtPath:
- (BOOL)supportsTrashFolderAtPath:(NSString *)_path
No method description.

supportsVersioningAtPath:
- (BOOL)supportsVersioningAtPath:(NSString *)_path
No method description.

trashFileAtPath:handler:
- (BOOL)trashFileAtPath:(NSString *)_path handler:(id)_handler
No method description.

trashFolderForPath:
- (NSString *)trashFolderForPath:(NSString *)_path
No method description.

writeContents:atPath:
- (BOOL)writeContents:(NSData *)_content atPath:(NSString *)_path
No method description.


Version 1.1 Copyright ©2002 by SKYRIX Software AG. All Rights Reserved.