NSFileManager

GPTKB entity

Statements (36)
Predicate Object
gptkbp:instanceOf gptkb:NSObject
gptkbp:availableOn gptkb:iOS
gptkb:macOS
gptkb:tvOS
gptkb:watchOS
gptkbp:compatibleWith NSObject protocol
gptkbp:definedIn gptkb:Foundation_framework
gptkbp:documentation https://developer.apple.com/documentation/foundation/nsfilemanager
gptkbp:headerFile NSFileManager.h
https://www.w3.org/2000/01/rdf-schema#label NSFileManager
gptkbp:introducedIn gptkb:iOS_2.0
gptkb:macOS_10.0
gptkbp:language gptkb:Objective-C
gptkbp:method createDirectoryAtPath:withIntermediateDirectories:attributes:error:
attributesOfItemAtPath:error:
contentsOfDirectoryAtPath:error:
copyItemAtPath:toPath:error:
createFileAtPath:contents:attributes:
defaultManager
fileExistsAtPath:
moveItemAtPath:toPath:error:
removeItemAtPath:error:
gptkbp:purpose file system management
gptkbp:singletonAccess defaultManager
gptkbp:superclass gptkb:NSObject
gptkbp:threadSafe not thread-safe
gptkbp:usedFor file deletion
file and directory manipulation
directory enumeration
file attribute inspection
file copying and moving
file permissions management
file system queries
gptkbp:bfsParent gptkb:NSObject
gptkb:Foundation_(framework)
gptkbp:bfsLayer 8