UtilityTools.CreateTempDirectory Method

This method creates a folder on disk using a unique ID where you can save temporary files.

Syntax

public static void CreateTempDirectory(string id)

Parameters Description
id A unique ID to use when creating the temporary directory to avoid collisions with other temporary files and folders.