Discuss this help topic in SecureBlackbox Forum

TElCustomFileSystemAdapter.IsAccessible

TElCustomFileSystemAdapter     


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


Checks if the file system is accessible.

Declaration

[C#]
    bool IsAccessible();

[VB.NET]
    Function IsAccessible() As Boolean

[Pascal]
    function IsAccessible : boolean; virtual;

[C++]
    bool IsAccessible();

[PHP]
    bool IsAccessible()

[Java]
    boolean isAccessible();

Return value

    Returns True if the file system is accessible, and False otherwise.

Description

    Use this method to check if the file system is accessible, and operations with its entries could be performed.

Discuss this help topic in SecureBlackbox Forum