Discuss this help topic in SecureBlackbox Forum

TElCompoundFileVirtualStream.CanWrite

TElCompoundFileVirtualStream     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies if the file could be modified.

Declaration

[C#]
    bool CanWrite;

[VB.NET]
    Property CanWrite As Boolean

[Pascal]
    property CanWrite : boolean;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Description

    Use this read-only property to check if you are allowed to write to the file.

See also:     CanRead     Write    

Discuss this help topic in SecureBlackbox Forum