EldoS
 Table of Contents >  SolFSStorage.ForceCreateDirectories method
Navigation
Web site
Support
Table Of Contents
Send comments on this topic

SolFSStorage.ForceCreateDirectories method

Filter:

Pascal    DLL    C++ (DLL/Lib)    C++ (VCL)    C++ (.NET)    C#    VB.NET   

SolFSStorage     See also    

Overview

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] Storage - handle to the storage returned by Create or Open function.

[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.

See also

DeleteDirectory     CreateDirectory

Contact Us | Subscribe | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2008, EldoS Corporation