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

SolFSStorage.CreateDirectory method

Filter:

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

SolFSStorage     See also    

Overview

Creates new directory in SolFSStorage.

Declaration

[Pascal]
    procedure CreateDirectory(Directory: WideString);

[DLL]
    long _stdcall StorageCreateDirectory(unsigned long Storage, const wchar_t* Directory);

[C++ (DLL/Lib)]
    void CreateDirectory(unsigned short * Directory);

[C++ (VCL)]
    void __fastcall CreateDirectory(WideString Directory);

[C++ (.NET)]
    void CreateDirectory(String* directory)

[C#]
    void CreateDirectory(string directory)

[VB.NET]
    CreateDirectory(directory As String)

Parameters

  • Directory - full name of the new directory.
  • [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 CreateDirectory if you want to create a new directory in the SolFSStorage.
Note that the parent for the newly created directory should exist before call, otherwise the call fails.

See also

ForceCreateDirectories     DeleteDirectory    

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