PSPDFDefaultFileManager

Objective-C


@interface PSPDFDefaultFileManager : NSObject <PSPDFFileManager>

Swift

class DefaultFileManager : NSObject, FileManagerProtocol

The default file manager implementation is a thin wrapper around NSFileManager.

  • Undocumented

    Declaration

    Objective-C

    - (instancetype)initWithOptions:(nullable NSDictionary<PSPDFFileManagerOption, id> *)options NS_DESIGNATED_INITIALIZER;

    Swift

    init(options: [DefaultFileManager.Option : Any]? = nil)