Hide

SftDirectory 3.5 - ActiveX File/Folder Control

Display
Print

SftDirectoryFolder.IsFolder Property

Returns whether the SftDirectoryFolder object represents a real folder.

Syntax

Get

VB.NETBoolean = object.IsFolder As Boolean
VBBoolean = object.IsFolder As Boolean
C#.NETbool Boolean = object.IsFolder;
VC++VARIANT_BOOL Boolean = object->IsFolder;
VARIANT_BOOL Boolean = object->GetIsFolder();
CHRESULT object->get_IsFolder(VARIANT_BOOL* Boolean);

object

A SftDirectoryFolder object.

Boolean

Returns whether the SftDirectoryFolder object represents a real folder.

BooleanDescription
TrueThe file/folder is a physical folder, part of the file system.
FalseThe file/folder is not a physical folder, i.e., it could be a physical file, a link or a virtual folder, such as My Documents, etc.

Comments

The IsFolder property returns whether the SftDirectoryFolder object represents a real folder.

The IsFile, IsFolder and IsLink properties can be used to determine a file/folder's basic type. For additional information about the file/folder, the Attributes and Attributes2 properties can be used.

See Also SftDirectoryFolder Object | Object Hierarchy


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