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

SolFSStorage.FileName property

Filter:

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

SolFSStorage     See also    

Overview

Specifies the name of storage file to be opened with Open method.

Declaration

[Pascal]
    property FileName: String;

[DLL]
    not applicable;

[C++ (DLL/Lib)]
    unsigned short *get_FileName()
    void set_FileName(unsigned short *Value)

[C++ (VCL)]
    __property AnsiString FileName;

[C++ (.NET)]
    String *get_FileName()
    void set_FileName(String *Value)

[C#]
    String FileName;

[VB.NET]
    Property FileName As String;

Description

This property defines the name of storage file whch will be opened with Open method.
FileName can be set only when the storage is not opened.

DRIVER EDITION
The storage file must not have NTFS encrypted or compressed attributes.

See also

Open

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