SftDirectory 2.5

SftDirectoryFolder.FileName Property

Softel vdm, Inc.

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

Syntax       

Get

VB.NET

String = object.FileName  As String

VB

String = object.FileName  As String

C#.NET

string String = object.FileName;

VC++

_bstr_t String = object->FileName;
_bstr_t String = object->GetFileName();

C

HRESULT object->get_FileName(BSTR* String);

Delphi

String := object.FileName   : WideString;

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.


Feedback / comments / error reports for this topic
© 2003, 2008 - Softel vdm, Inc. - www.softelvdm.com