NSFileManager
$Revision$
$Date$
NSFileManager
Foundation/NSFileManager.h
NSObject
defaultManager
changeCurrentDirectoryPath:
path
changeFileAttributes:
attributes
contentsAtPath:
path
contentsEqualAtPath:
path1
andPath:
path2
copyPath:
source
toPath:
destination
handler:
handler
createDirectoryAtPath:
path
attributes:
attributes
createFileAtPath:
path
contents:
contents
attributes:
attributes
createSymbolicLinkAtPath:
path
pathContent:
otherPath
currentDirectoryPath
directoryContentsAtPath:
path
enumeratorAtPath:
path
fileAttributesAtPath:
path
traverseLink:
flag
fileExistsAtPath:
path
fileExistsAtPath:
path
isDirectory:
isDirectory
fileSystemAttributesAtPath:
path
fileSystemRepresentationWithPath:
path
Produces a C-string representation of a file path.
Attempts to incorporate drive information on windows.
isDeletableFileAtPath:
path
isExecutableFileAtPath:
path
isReadableFileAtPath:
path
isWritableFileAtPath:
path
linkPath:
source
toPath:
destination
handler:
handler
movePath:
source
toPath:
destination
handler:
handler
pathContentOfSymbolicLinkAtPath:
cStringPath
removeFileAtPath:
path
handler:
handler
stringWithFileSystemRepresentation:
string
subpathsAtPath:
path
fileManager:
manager
shouldProceedAfterError:
errorInfo
fileManager:
manager
willProcessPath:
path