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

Namespace: log4net.Appender
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

protected bool FileExists(
	string path
)

Parameters

path
Type: SystemString
the path to the file

Return Value

Type: Boolean
true if the file exists
Remarks

Test if a file exists at a specified path

See Also

Reference