Hide

SftDirectory 3.5 - ActiveX File/Folder Control

Display
Print

SftDirectoryFolder.FileName Property

Returns the real file's name (without extension).

Syntax

Get

VB.NETString = object.FileName As String
VBString = object.FileName As String
C#.NETstring String = object.FileName;
VC++_bstr_t String = object->FileName;
_bstr_t String = object->GetFileName();
CHRESULT object->get_FileName(BSTR* String);

object

A SftDirectoryFolder object.

String

Returns the real file's name (without extension).

Comments

The FileName property returns the real file's name (without extension).

The file name is the portion of the file/folder's name (Name property) in front of the period ("."). It is only returned for real files/folders, part of the file system.

See Also SftDirectoryFolder Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.