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.8.0.0 (5.8.21.0208)
Syntax public static string CreateTemporaryDirectory()
Public Shared Function CreateTemporaryDirectory As String
Return Value
Type:
Stringthe folder name, ready to use
See Also