|
|
|
SftDirectoryFolder.Path Property |
Defines the file/folder's full path.
Syntax
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;
|
||
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.