Instance Method
finalPath(_:)finalPath:error: finalPath_error_
Returns the file name with the specified format. It includes the “Export Folder” part.
Declaration
func finalPath(_ format: String) throws -> StringDeclaration
- (NSString *) finalPath:(NSString *) format error:(NSError **) error;Declaration
finalPath_error_(format: str) -> tuple[str, NSError]Parameters
formatThe format to use for the file name.
Parameters
formatThe format to use for the file name.
errorA pointer to an NSError object to store any error that occurs.
Return Value
The file name, or nil if an error occurs.