Send comments on this topic
SolFSStorage.FileName property
Filter:
Pascal DLL C++ (DLL/Lib) C++ (VCL) C++ (.NET) C# VB.NETOverview
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.
