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 *)getTempFilePath
Return 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 *)createTempDirectory
Return Value
Path to the directory
Discussion
Creates a random folder in the TEMP directory.
Declared In
NTFileSystem.h