SolFSStorage.ForceCreateDirectories method
Filter:
Pascal DLL C++ (DLL/Lib) C++ (VCL) C++ (.NET) C# VB.NETOverview
Creates new directory and any parent directories, if necessary, in the SolFSStorage.
Declaration
[Pascal]
procedure ForceCreateDirectories(Path: WideString);
[DLL]
long _stdcall StorageForceCreateDirectories(unsigned long Storage, const wchar_t* Path);
[C++ (DLL/Lib)]
void ForceCreateDirectories(unsigned short * path)
[C++ (VCL)]
void __fastcall ForceCreateDirectories(WideString Path);
[C++ (.NET)]
void ForceCreateDirectories(String* path)
[C#]
void ForceCreateDirectories(string path)
[VB.NET]
Sub ForceCreateDirectories(path As String)
Parameters
- Path - full name of the new directory. All parts of the path, which don't yet exist, will be created
[DLL] Return values
0 if the function succeeded or one of Error codes if the function failed.
Description
Use ForceCreateDirectories if you want to create a directory and any parent directories, if necessary, in SolFSStorage.
