SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
Returns whether the SftDirectoryFolder object represents a real file.
Get
VB.NET | Boolean = object.IsFile As Boolean |
VB | Boolean = object.IsFile As Boolean |
C#.NET | bool Boolean = object.IsFile; |
VC++ | VARIANT_BOOL Boolean = object->IsFile; VARIANT_BOOL Boolean = object->GetIsFile(); |
C | HRESULT object->get_IsFile(VARIANT_BOOL* Boolean); |
object
A SftDirectoryFolder object.
Boolean
Returns whether the SftDirectoryFolder object represents a real file.
Boolean | Description |
---|---|
True | The file/folder is a physical file, part of the file system. |
False | The 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. |
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