FileHelperFileExists Method |
Checks if a URL resolves to an existing file on the local file system.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static bool FileExists(
string url
)
Parameters
- url
- Type: SystemString
URL to check; can be absolute, relative or app-relative
Return Value
Type:
Booleantrue, if the specified URL points to a locally stored file
See Also