SkyVaultFileManager
This section describes the SkyVaultFileManager interface.
The SkyVaultFileManager class supports file and directory operations.
Class declaration
@interface SkyVaultFileManager : NSObject
Properties
| Property | Description |
|---|---|
| @property (nonatomic, strong, readonly) NSString *homeDirectory | Property holds a string representation to the home directory on the file system |
| @property (nonatomic, strong, readonly) NSString *documentsDirectory; | Property holds a string representation to the documents directory on the file system |
| @property (nonatomic, strong, readonly) NSString *temporaryDirectory | Property holds a string representation to the temp directory on the file system |