![]() |
Create Folder Flag Constants |
Header: Folders.h |
enum { kCreateFolder = 1, kDontCreateFolder = 0 };
Specifies that the folder should be created, if it is not found.
Specifies that the folder should not be created, if it is not found.
You can pass these flag constants in the createFolder parameter of the function FindFolder to indicate whether a folder should be created, if it is not found.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)