Loupe - Log - Monitor - Resolve
Gibraltar.Data Namespace / GLFReader Class / IsGLF Method / IsGLF(String) Method
The full path to the file in question.

In This Topic
    IsGLF(String) Method
    In This Topic
    Indicates if the specified fileName is an existing, accessible, valid GLF file.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function IsGLF( _
       ByVal fileName As String _
    ) As Boolean
    public static bool IsGLF( 
       string fileName
    )

    Parameters

    fileName
    The full path to the file in question.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also