All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.apple.alpha.core.NativeObject | +----com.apple.alpha.core.FileManager
NSFileManager
.
[[NSFileManager
alloc] init]
.
- changeCurrentDirectoryPath:
Objective-C instance method.
- changeFileAttributes:atPath:
Objective-C instance method.
- contentsAtPath:
Objective-C instance method.
- contentsEqualAtPath:andPath:
Objective-C instance method.
- copyPath:toPath:handler:
Objective-C instance method.
- createDirectoryAtPath:attributes:
Objective-C instance method.
- createFileAtPath:contents:attributes:
Objective-C instance method.
- createSymbolicLinkAtPath:pathContent:
Objective-C instance method.
- currentDirectoryPath
Objective-C instance method.
+ defaultManager
Objective-C class method.
- directoryContentsAtPath:
Objective-C instance method.
- enumeratorAtPath:
Objective-C instance method.
- fileAttributesAtPath:traverseLink:
Objective-C instance method.
- fileExistsAtPath:
Objective-C instance method.
- fileSystemAttributesAtPath:
Objective-C instance method.
- _JavaWrapper_fileSystemRepresentationWithPath:
Objective-C instance method.
- isDeletableFileAtPath:
Objective-C instance method.
- isExecutableFileAtPath:
Objective-C instance method.
- isReadableFileAtPath:
Objective-C instance method.
- isWritableFileAtPath:
Objective-C instance method.
- linkPath:toPath:handler:
Objective-C instance method.
- movePath:toPath:handler:
Objective-C instance method.
- pathContentOfSymbolicLinkAtPath:
Objective-C instance method.
- removeFileAtPath:handler:
Objective-C instance method.
- _JavaWrapper_stringWithFileSystemRepresentation:length:
Objective-C instance method.
- subpathsAtPath:
Objective-C instance method.
protected FileManager(boolean shouldAllocate, int objcObject)
public FileManager()
[[NSFileManager
alloc] init]
.
public static native FileManager defaultManager()
+ defaultManager
Objective-C class method.
public native String currentDirectoryPath()
- currentDirectoryPath
Objective-C instance method.
public native boolean changeCurrentDirectoryPath(String path)
- changeCurrentDirectoryPath:
Objective-C instance method.
public native Dictionary fileAttributes(String path, boolean yorn)
- fileAttributesAtPath:traverseLink:
Objective-C instance method.
public native boolean changeFileAttributes(Dictionary attributes, String path)
- changeFileAttributes:atPath:
Objective-C instance method.
public native boolean fileExists(String path)
- fileExistsAtPath:
Objective-C instance method.
public native boolean isReadableFile(String path)
- isReadableFileAtPath:
Objective-C instance method.
public native boolean isWritableFile(String path)
- isWritableFileAtPath:
Objective-C instance method.
public native boolean isExecutableFile(String path)
- isExecutableFileAtPath:
Objective-C instance method.
public native boolean isDeletableFile(String path)
- isDeletableFileAtPath:
Objective-C instance method.
public native boolean contentsEqual(String path1, String path2)
- contentsEqualAtPath:andPath:
Objective-C instance method.
public native boolean linkPath(String src, String dest, Object handler)
- linkPath:toPath:handler:
Objective-C instance method.
public native boolean copyPath(String src, String dest, Object handler)
- copyPath:toPath:handler:
Objective-C instance method.
public native boolean movePath(String src, String dest, Object handler)
- movePath:toPath:handler:
Objective-C instance method.
public native boolean removeFile(String path, Object handler)
- removeFileAtPath:handler:
Objective-C instance method.
public native Array directoryContents(String path)
- directoryContentsAtPath:
Objective-C instance method.
public native DirectoryEnumerator enumeratorAtPath(String path)
- enumeratorAtPath:
Objective-C instance method.
public native Array subpathsAtPath(String path)
- subpathsAtPath:
Objective-C instance method.
public native boolean createDirectory(String path, Dictionary attributes)
- createDirectoryAtPath:attributes:
Objective-C instance method.
public native Data contents(String path)
- contentsAtPath:
Objective-C instance method.
public native boolean createFile(String path, Data data, Dictionary attr)
- createFileAtPath:contents:attributes:
Objective-C instance method.
public native String pathContentOfSymbolicLink(String path)
- pathContentOfSymbolicLinkAtPath:
Objective-C instance method.
public native boolean createSymbolicLink(String path, String otherpath)
- createSymbolicLinkAtPath:pathContent:
Objective-C instance method.
public native Dictionary fileSystemAttributes(String path)
- fileSystemAttributesAtPath:
Objective-C instance method.
public native String fileSystemRepresentationWithPath(String path)
- _JavaWrapper_fileSystemRepresentationWithPath:
Objective-C instance method.
public native String stringWithFileSystemRepresentation(String external, int len)
- _JavaWrapper_stringWithFileSystemRepresentation:length:
Objective-C instance method.
All Packages Class Hierarchy This Package Previous Next Index