Click or drag to resize
FileHelperFileExists Method
Checks if a URL resolves to an existing file on the local file system.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static bool FileExists(
	string url
)

Parameters

url
Type: SystemString
URL to check; can be absolute, relative or app-relative

Return Value

Type: Boolean
true, if the specified URL points to a localy stored file
See Also