@@ -41,10 +41,14 @@ * * @brief A class which provides management for files, e.g. reading contents of * directories, deleting files, renaming files, etc. */ @interface OFFileManager: OFObject +#ifdef OF_HAVE_CLASS_PROPERTIES +@property (class, readonly, nonatomic) OFFileManager *defaultManager; +#endif + /*! * The path of the current working directory. */ @property (readonly, nonatomic) OFString *currentDirectoryPath;