Namespace: DeltaEngine.ExtensionsAssembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
public static void CreateDirectoryIfNotExists(
string fullFilePath
)
public static void CreateDirectoryIfNotExists(
string fullFilePath
)
Public Shared Sub CreateDirectoryIfNotExists (
fullFilePath As String
)
Public Shared Sub CreateDirectoryIfNotExists (
fullFilePath As String
)
public:
static void CreateDirectoryIfNotExists(
String^ fullFilePath
)
public:
static void CreateDirectoryIfNotExists(
String^ fullFilePath
)
static member CreateDirectoryIfNotExists :
fullFilePath : string -> unit
static member CreateDirectoryIfNotExists :
fullFilePath : string -> unit