UtilityTools.CreateTempDirectory Method

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

Syntax

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.