SftDirectory 2.5

SftDirectoryFolder.Path Property

Softel vdm, Inc.

Defines the file/folder's full path.

Syntax       

Get

VB.NET

String = object.Path  As String

VB

String = object.Path  As String

C#.NET

string String = object.Path;

VC++

_bstr_t String = object->Path;
_bstr_t String = object->GetPath();

C

HRESULT object->get_Path(BSTR* String);

Delphi

String := object.Path   : WideString;

object

A SftDirectoryFolder object.

String

Defines the file/folder's full path.

Comments

The Path property defines the file/folder's full path.

The file/folder's name can be retrieved using the Name property.

Certain folders, such as "My Computer" and "My Network Places", etc., return an empty string as the Path property. These are "virtual" folders, which do not physically exist.


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