|
|
|
SftDirectoryFolder.FileExt Property |
Returns the real file's extension.
Syntax
VB.NET |
String = object.FileExt As String |
||
VB |
String = object.FileExt As String |
||
C#.NET |
string String = object.FileExt; |
||
VC++ |
_bstr_t String = object->FileExt;
|
||
C |
HRESULT object->get_FileExt(BSTR* String); |
||
Delphi |
String := object.FileExt : WideString; |
object
A SftDirectoryFolder object.
String
Returns the real file's extension.
Comments
The FileExt property returns the real file's extension.
The extension is the portion of the file/folder's name (Name property) after the period ("."). It is only returned for real files/folders, part of the file system.