RollingFileAppender.FileExists Method 
      
     
    
       Test if a file exists at a specified path 
      
        [Visual Basic]
        Protected Function FileExists( _
   ByVal 
path As 
String _
) As 
Boolean 
      
      Parameters
      
        - 
          path
        
- the path to the file
Return Value
      true if the file exists
      Remarks
             Test if a file exists at a specified path 
            See Also
RollingFileAppender Class | log4net.Appender Namespace