Hide

SftDirectory 3.5 - ActiveX File/Folder Control

Display
Print

SftDirectoryFolder.IsFile Property

Returns whether the SftDirectoryFolder object represents a real file.

Syntax

Get

VB.NETBoolean = object.IsFile As Boolean
VBBoolean = object.IsFile As Boolean
C#.NETbool Boolean = object.IsFile;
VC++VARIANT_BOOL Boolean = object->IsFile;
VARIANT_BOOL Boolean = object->GetIsFile();
CHRESULT object->get_IsFile(VARIANT_BOOL* Boolean);

object

A SftDirectoryFolder object.

Boolean

Returns whether the SftDirectoryFolder object represents a real file.

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

Comments

The IsFile property returns whether the SftDirectoryFolder object represents a real file.

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.