RollingFileAppender FileExists Method Apache log4net™ SDK Documentation
Test if a file exists at a specified path

Namespace: log4net.Appender
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

protected bool FileExists(
	string path
)

Return Value

Type: OnlineBoolean
true if the file exists
Remarks

Test if a file exists at a specified path

See Also