This shows if the stream is a file or a directory. If the value of IsDirectory is true, then the stream is a
directory.
Namespace: VcClientAssembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)
Syntax
C# |
---|
public bool IsDirectory { get; set; } |
Visual Basic |
---|
Public Property IsDirectory As Boolean Get Set |
Visual C++ |
---|
public: property bool IsDirectory { bool get (); void set (bool value); } |