Creates a new directory in the default temp file path.
The directory gets deleted with all containing files (if possible)
after certain events (batch job finished/application closing).
If there are still open file handles, it simple gets not deleted.
Namespace:
InfigoSDK
Assembly:
InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public static string CreateTempDirectory() |
| Visual Basic (Declaration) |
|---|
Public Shared Function CreateTempDirectory As String |
| Visual C++ |
|---|
public:
static String^ CreateTempDirectory() |
Return Value
The path to the new temporary folder.
See Also