NTFileSystem Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | NTFileSystem.h NTFileSystem.m |
+ getTempFilePath
Generates the path (No file!) for a temporary file in the TEMP directory.
+ (NSString *)getTempFilePathReturn Value
Path
Discussion
Generates the path (No file!) for a temporary file in the TEMP directory.
Declared In
NTFileSystem.h
+ createTempDirectory
Creates a random folder in the TEMP directory.
+ (NSURL *)createTempDirectoryReturn Value
Path to the directory
Discussion
Creates a random folder in the TEMP directory.
Declared In
NTFileSystem.h