NSFileManager
Extensions
NSFileManager extensions for Nu programming.
Declared in: objc/extensions.h
Methods
| + |
(id) |
creationTimeForFileNamed: |
(NSString *) filename |
Get the creation time for a file.
in objc/extensions.h
| + |
(int) |
directoryExistsNamed: |
(NSString *) filename |
Test for the existence of a directory.
in objc/extensions.h
| + |
(int) |
fileExistsNamed: |
(NSString *) filename |
Test for the existence of a file.
in objc/extensions.h
| + |
(id) |
modificationTimeForFileNamed: |
(NSString *) filename |
Get the latest modification time for a file.
in objc/extensions.h