CoreUtilsCreateTemporaryDirectory Method |
Creates a new temporary folder in the %TEMP% folder of the system
Namespace:
SD.LLBLGen.Pro.Core
Assembly:
SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.10.0.0 (5.10.0)
Syntax public static string CreateTemporaryDirectory()
Public Shared Function CreateTemporaryDirectory As String
Return Value
Type:
Stringthe folder name, ready to use
See Also