5 lines
228 B
C

extern NSString *WMFRandomTemporaryPath(void);
/// @return The path to a file in the @c tmp directory with a random name and a path extension of @c extension.
extern NSString *WMFRandomTemporaryFileOfType(NSString *extension);