-
Notifications
You must be signed in to change notification settings - Fork 179
File System Hooks
nabla-c0d3 edited this page Dec 18, 2012
·
2 revisions
- – createFileAtPath:contents:attributes:
- – ubiquityIdentityToken
- – contentsAtPath:
-
- dataWithContentsOfFile:
-
- dataWithContentsOfFile:options:error:
-
- dataWithContentsOfURL:
-
- dataWithContentsOfURL:options:error:
- – initWithContentsOfFile:
- – initWithContentsOfFile:options:error:
- – initWithContentsOfURL:
- – initWithContentsOfURL:options:error:
- – writeToFile:atomically:
- – writeToFile:options:error:
- – writeToURL:atomically:
- – writeToURL:options:error:
-
- fileHandleForReadingAtPath:
-
- fileHandleForReadingFromURL:error:
-
- fileHandleForUpdatingAtPath:
-
- fileHandleForUpdatingURL:error:
-
- fileHandleForWritingAtPath:
-
- fileHandleForWritingToURL:error:
-
- inputStreamWithFileAtPath:
-
- inputStreamWithURL:
- – initWithFileAtPath:
- – initWithURL:
-
- outputStreamToFileAtPath:append:
-
- outputStreamWithURL:append:
- – initToFileAtPath:append:
- – initWithURL:append: